Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1AnalyzeContentResponse[][src]

pub struct GoogleCloudDialogflowV2beta1AnalyzeContentResponse {
    pub automated_agent_reply: Option<GoogleCloudDialogflowV2beta1AutomatedAgentReply>,
    pub reply_text: Option<String>,
    pub reply_audio: Option<GoogleCloudDialogflowV2beta1OutputAudio>,
}

The response message for Conversations.AnalyzeContent.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Optional. Only set if a Dialogflow automated agent has responded.

Output only. The output text content. This field is set if the automated agent responded with text to show to the user.

Optional. The audio data bytes encoded as specified in the request. This field is set if:

  • reply_audio_config was specified in the request, or
  • The automated agent responded with audio to play to the user. In such case, reply_audio.config contains settings used to synthesize the speech.

Trait Implementations

Auto Trait Implementations