GoogleCloudDialogflowV2AutomatedAgentReply constructor
GoogleCloudDialogflowV2AutomatedAgentReply({
- bool? allowCancellation,
- String? automatedAgentReplyType,
- String? cxCurrentPage,
- GoogleCloudDialogflowV2DetectIntentResponse? detectIntentResponse,
Implementation
GoogleCloudDialogflowV2AutomatedAgentReply({
this.allowCancellation,
this.automatedAgentReplyType,
this.cxCurrentPage,
this.detectIntentResponse,
});