Class GoogleCloudCesV1mainChunk
A chunk of content within a message.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudCesV1mainChunk : IDirectResponseSchema
Properties
AgentTransfer
Optional. Agent transfer event.
Declaration
[JsonProperty("agentTransfer")]
public virtual GoogleCloudCesV1mainAgentTransfer AgentTransfer { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudCesV1mainAgentTransfer |
Blob
Optional. Blob data.
Declaration
[JsonProperty("blob")]
public virtual GoogleCloudCesV1mainBlob Blob { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudCesV1mainBlob |
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 GoogleCloudCesV1mainImage Image { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudCesV1mainImage |
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 GoogleCloudCesV1mainToolCall ToolCall { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudCesV1mainToolCall |
ToolResponse
Optional. Tool execution response.
Declaration
[JsonProperty("toolResponse")]
public virtual GoogleCloudCesV1mainToolResponse ToolResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudCesV1mainToolResponse |
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> |