GoogleCloudDialogflowV2ToolCallResult constructor

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

Implementation

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