Class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessage
The message in the conversation.
Inheritance
GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessage
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessage : IDirectResponseSchema
Properties
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. For user messages, this is the time at which the system received the message. For system messages, this is the time at which the system generated the message.
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 |
MessageId
The message id of the message.
Declaration
[JsonProperty("messageId")]
public virtual string MessageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SystemMessageWrapper
A wrapper for system messages per turn.
Declaration
[JsonProperty("systemMessageWrapper")]
public virtual GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages SystemMessageWrapper { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages |
UserMessage
A message from the user that is interacting with the system.
Declaration
[JsonProperty("userMessage")]
public virtual GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageUserMessage UserMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageUserMessage |