Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessage

The message in the conversation.

Inheritance
object
GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessage : 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 GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages SystemMessageWrapper { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages

UserMessage

A message from the user that is interacting with the system.

Declaration
[JsonProperty("userMessage")]
public virtual GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageUserMessage UserMessage { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageUserMessage

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX