Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages

A wrapper for system messages per turn.

Inheritance
object
GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages
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 GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SystemMessages

A message from the system in response to the user.

Declaration
[JsonProperty("systemMessages")]
public virtual IList<GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage> SystemMessages { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX