automatedAgentReply property

GoogleCloudDialogflowV2AutomatedAgentReply? automatedAgentReply
getter/setter pair

Only set if a Dialogflow automated agent has responded.

Note that in AutomatedAgentReply.DetectIntentResponse, Sessions.DetectIntentResponse.output_audio and Sessions.DetectIntentResponse.output_audio_config are always empty, use reply_audio instead.

Implementation

GoogleCloudDialogflowV2AutomatedAgentReply? automatedAgentReply;