Gemini Enterprise for Customer Experience v1 API - Class Chunk (1.0.0-beta02)

 public sealed class Chunk : IMessage<Chunk>, IEquatable<Chunk>, IDeepCloneable<Chunk>, IBufferMessage, IMessage 

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Chunk.

A chunk of content within a message.

Inheritance

object > Chunk

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

Chunk()

 public Chunk() 

Chunk(Chunk)

 public Chunk(Chunk other) 
Parameter
Name
Description
other

Properties

AgentTransfer

 public AgentTransfer AgentTransfer { get; set; } 

Optional. Agent transfer event.

Property Value
Type
Description

Blob

 public Blob Blob { get; set; } 

Optional. Blob data.

Property Value
Type
Description

DataCase

 public Chunk.DataOneofCase DataCase { get; } 
Property Value
Type
Description

DefaultVariables

 public Struct DefaultVariables { get; set; } 

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

Property Value
Type
Description

HasText

 public bool HasText { get; } 

Gets whether the "text" field is set

Property Value
Type
Description

HasTranscript

 public bool HasTranscript { get; } 

Gets whether the "transcript" field is set

Property Value
Type
Description

Image

 public Image Image { get; set; } 

Optional. Image data.

Property Value
Type
Description

Payload

  public 
  
 Struct 
  
 Payload 
  
 { 
  
 get 
 ; 
  
 set 
 ; 
  
 } 
 

Optional. Custom payload data.

Property Value
Type
Description

Text

 public string Text { get; set; } 

Optional. Text data.

Property Value
Type
Description

ToolCall

 public ToolCall ToolCall { get; set; } 

Optional. Tool execution request.

Property Value
Type
Description

ToolResponse

 public ToolResponse ToolResponse { get; set; } 

Optional. Tool execution response.

Property Value
Type
Description

Transcript

 public string Transcript { get; set; } 

Optional. Transcript associated with the audio.

Property Value
Type
Description

UpdatedVariables

 public Struct UpdatedVariables { get; set; } 

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

Property Value
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: