GoogleCloudDialogflowV2ImportAgentRequest constructor

GoogleCloudDialogflowV2ImportAgentRequest({
  1. String? agentContent,
  2. String? agentUri,
})

Implementation

GoogleCloudDialogflowV2ImportAgentRequest({
  this.agentContent,
  this.agentUri,
});