Class GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage
The message in the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage : 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
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 |
SystemMessage
A message from the system in response to the user.
Declaration
[JsonProperty("systemMessage")]
public virtual GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage SystemMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageSystemMessage |
UserMessage
A message from the user that is interacting with the system.
Declaration
[JsonProperty("userMessage")]
public virtual GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageUserMessage UserMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessageUserMessage |