Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::GetIntentRequest (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GetIntentRequest.

The request message for Intents.GetIntent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#intent_view

def intent_view() -> ::Google::Cloud::Dialogflow::V2::IntentView
Returns

#intent_view=

def intent_view=(value) -> ::Google::Cloud::Dialogflow::V2::IntentView
Parameter
Returns

#language_code

def language_code() -> ::String
Returns
  • (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
Returns
  • (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.
Returns
  • (::String) — Required. The name of the intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.