IntentInput

Represents the intent to trigger programmatically rather than as a result of natural language processing. The intent input is only used for V3 agent.

JSON representation
{
  "intent": string,
  "languageCode": string
}
Fields
intent

string

Required. The unique identifier of the intent in V3 agent. Format: projects/<Project ID>/locations/<Location ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

languageCode

string

Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.