Class GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput
A text output message from the system.
Inheritance
GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
The parts of the message.
Declaration
[JsonProperty("text")]
public virtual IList<string> Text { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
TextType
The type of the text message.
Declaration
[JsonProperty("textType")]
public virtual string TextType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |