GoogleCloudDialogflowCxV3ToolCallResult constructor

GoogleCloudDialogflowCxV3ToolCallResult({
  1. String? action,
  2. GoogleCloudDialogflowCxV3ToolCallResultError? error,
  3. Map<String, Object?>? outputParameters,
  4. String? tool,
})

Implementation

GoogleCloudDialogflowCxV3ToolCallResult({
  this.action,
  this.error,
  this.outputParameters,
  this.tool,
});