GoogleCloudDialogflowV2ToolCall constructor

GoogleCloudDialogflowV2ToolCall({
  1. String? action,
  2. String? answerRecord,
  3. String? cesApp,
  4. String? cesTool,
  5. String? cesToolset,
  6. String? createTime,
  7. Map<String, Object?>? inputParameters,
  8. String? state,
  9. String? tool,
  10. String? toolDisplayDetails,
  11. String? toolDisplayName,
})

Implementation

GoogleCloudDialogflowV2ToolCall({
  this.action,
  this.answerRecord,
  this.cesApp,
  this.cesTool,
  this.cesToolset,
  this.createTime,
  this.inputParameters,
  this.state,
  this.tool,
  this.toolDisplayDetails,
  this.toolDisplayName,
});