GoogleCloudDialogflowV2ToolCall constructor

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

Implementation

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