GoogleCloudDialogflowV2AutomatedAgentReply constructor

GoogleCloudDialogflowV2AutomatedAgentReply({
  1. bool? allowCancellation,
  2. String? automatedAgentReplyType,
  3. String? cxCurrentPage,
  4. GoogleCloudDialogflowV2DetectIntentResponse? detectIntentResponse,
})

Implementation

GoogleCloudDialogflowV2AutomatedAgentReply({
  this.allowCancellation,
  this.automatedAgentReplyType,
  this.cxCurrentPage,
  this.detectIntentResponse,
});