GoogleCloudDialogflowV2ToolCallResult constructor

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

Implementation

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