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

com.google.cloud.dialogflow.v2.CreateIntentRequestOrBuilder 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/intent.proto

package com.google.cloud.dialogflow.v2;

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

  /**
   * 
   * Required. The agent to create a intent for.
   * Format: `projects/<Project ID>/agent`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Required. The agent to create a intent for.
   * Format: `projects/<Project ID>/agent`.
   * 
* * string parent = 1; */ com.google.protobuf.ByteString getParentBytes(); /** *
   * Required. The intent to create.
   * 
* * .google.cloud.dialogflow.v2.Intent intent = 2; */ boolean hasIntent(); /** *
   * Required. The intent to create.
   * 
* * .google.cloud.dialogflow.v2.Intent intent = 2; */ com.google.cloud.dialogflow.v2.Intent getIntent(); /** *
   * Required. The intent to create.
   * 
* * .google.cloud.dialogflow.v2.Intent intent = 2; */ com.google.cloud.dialogflow.v2.IntentOrBuilder getIntentOrBuilder(); /** *
   * Optional. The language of training phrases, parameters and rich messages
   * defined in `intent`. If not specified, the agent's default language is
   * used. [More than a dozen
   * languages](https://dialogflow.com/docs/reference/language) are supported.
   * Note: languages must be enabled in the agent, before they can be used.
   * 
* * string language_code = 3; */ java.lang.String getLanguageCode(); /** *
   * Optional. The language of training phrases, parameters and rich messages
   * defined in `intent`. If not specified, the agent's default language is
   * used. [More than a dozen
   * languages](https://dialogflow.com/docs/reference/language) are supported.
   * Note: languages must be enabled in the agent, before they can be used.
   * 
* * string language_code = 3; */ com.google.protobuf.ByteString getLanguageCodeBytes(); /** *
   * Optional. The resource view to apply to the returned intent.
   * 
* * .google.cloud.dialogflow.v2.IntentView intent_view = 4; */ int getIntentViewValue(); /** *
   * Optional. The resource view to apply to the returned intent.
   * 
* * .google.cloud.dialogflow.v2.IntentView intent_view = 4; */ com.google.cloud.dialogflow.v2.IntentView getIntentView(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy