All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.TrainAgentRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.55.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/agent.proto

package com.google.cloud.dialogflow.v2;

public interface TrainAgentRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.TrainAgentRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The project that the agent to train is associated with.
   * Format: `projects/<Project ID>`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** * * *
   * Required. The project that the agent to train is associated with.
   * Format: `projects/<Project ID>`.
   * 
* * string parent = 1; */ com.google.protobuf.ByteString getParentBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy