GoogleCloudDialogflowV2ToolCall constructor

GoogleCloudDialogflowV2ToolCall({
  1. String? action,
  2. String? createTime,
  3. Map<String, Object?>? inputParameters,
  4. String? tool,
})

Implementation

GoogleCloudDialogflowV2ToolCall({
  this.action,
  this.createTime,
  this.inputParameters,
  this.tool,
});