Show / Hide Table of Contents

Class Chunk

A chunk of content within a message.

Inheritance
object
Chunk
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class Chunk : IDirectResponseSchema

Properties

AgentTransfer

Optional. Agent transfer event.

Declaration
[JsonProperty("agentTransfer")]
public virtual AgentTransfer AgentTransfer { get; set; }
Property Value
Type Description
AgentTransfer

DefaultVariables

A struct represents default variables at the start of the conversation, keyed by variable names.

Declaration
[JsonProperty("defaultVariables")]
public virtual IDictionary<string, object> DefaultVariables { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

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

Image

Optional. Image data.

Declaration
[JsonProperty("image")]
public virtual Image Image { get; set; }
Property Value
Type Description
Image

Payload

Optional. Custom payload data.

Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type Description
IDictionary<string, object>

Text

Optional. Text data.

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

ToolCall

Optional. Tool execution request.

Declaration
[JsonProperty("toolCall")]
public virtual ToolCall ToolCall { get; set; }
Property Value
Type Description
ToolCall

ToolResponse

Optional. Tool execution response.

Declaration
[JsonProperty("toolResponse")]
public virtual ToolResponse ToolResponse { get; set; }
Property Value
Type Description
ToolResponse

Transcript

Optional. Transcript associated with the audio.

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

UpdatedVariables

A struct represents variables that were updated in the conversation, keyed by variable names.

Declaration
[JsonProperty("updatedVariables")]
public virtual IDictionary<string, object> UpdatedVariables { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX