Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ToolCallResult

The result of calling a tool's action.

Inheritance
object
GoogleCloudDialogflowV2ToolCallResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2ToolCallResult : IDirectResponseSchema

Properties

Action

Required. The name of the tool's action associated with this call.

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

Content

Only populated if the response content is utf-8 encoded.

Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Create time of the tool call result.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

The tool call's error.

Declaration
[JsonProperty("error")]
public virtual GoogleCloudDialogflowV2ToolCallResultError Error { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2ToolCallResultError

RawContent

Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).

Declaration
[JsonProperty("rawContent")]
public virtual string RawContent { get; set; }
Property Value
Type Description
string

Tool

Required. The tool associated with this call. Format: projects//locations//tools/.

Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX