GoogleCloudDialogflowV2ToolCallResult constructor

GoogleCloudDialogflowV2ToolCallResult({
  1. String? action,
  2. String? answerRecord,
  3. String? cesApp,
  4. String? cesTool,
  5. String? cesToolset,
  6. String? content,
  7. String? createTime,
  8. GoogleCloudDialogflowV2ToolCallResultError? error,
  9. String? rawContent,
  10. String? tool,
})

Implementation

GoogleCloudDialogflowV2ToolCallResult({
  this.action,
  this.answerRecord,
  this.cesApp,
  this.cesTool,
  this.cesToolset,
  this.content,
  this.createTime,
  this.error,
  this.rawContent,
  this.tool,
});