Class GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment
A segment of a full transcript.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment : IDirectResponseSchema
Properties
ChannelTag
For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel. For audioChannelCount = N, its output values can range from '1' to 'N'. A channel tag of 0 indicates that the audio is mono.
Declaration
[JsonProperty("channelTag")]
public virtual int? ChannelTag { get; set; }
Property Value
Type | Description |
---|---|
int? |
Confidence
A confidence estimate between 0.0 and 1.0 of the fidelity of this segment. A default value of 0.0 indicates that the value is unset.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
DialogflowSegmentMetadata
CCAI metadata relating to the current transcript segment.
Declaration
[JsonProperty("dialogflowSegmentMetadata")]
public virtual GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata DialogflowSegmentMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
The language code of this segment as a BCP-47 language tag. Example: "en-US".
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageTime
object representation of MessageTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MessageTimeDateTimeOffset instead.")]
public virtual object MessageTime { get; set; }
Property Value
Type | Description |
---|---|
object |
MessageTimeDateTimeOffset
DateTimeOffset representation of MessageTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MessageTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
MessageTimeRaw
The time that the message occurred, if provided.
Declaration
[JsonProperty("messageTime")]
public virtual string MessageTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SegmentParticipant
The participant of this segment.
Declaration
[JsonProperty("segmentParticipant")]
public virtual GoogleCloudContactcenterinsightsV1ConversationParticipant SegmentParticipant { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1ConversationParticipant |
Sentiment
The sentiment for this transcript segment.
Declaration
[JsonProperty("sentiment")]
public virtual GoogleCloudContactcenterinsightsV1SentimentData Sentiment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1SentimentData |
Text
The text of this segment.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Words
A list of the word-specific information for each word in the segment.
Declaration
[JsonProperty("words")]
public virtual IList<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo> Words { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo> |