automatedAgentReply property

GoogleCloudDialogflowV2AutomatedAgentReply? automatedAgentReply
getter/setter pair

Only set if a Dialogflow automated agent has responded.

Note that: AutomatedAgentReply.detect_intent_response.output_audio and AutomatedAgentReply.detect_intent_response.output_audio_config are always empty, use reply_audio instead.

Implementation

GoogleCloudDialogflowV2AutomatedAgentReply? automatedAgentReply;