Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1RuntimeAnnotation

An annotation that was generated during the customer and agent interaction.

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

Properties

AnnotationId

The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}

Declaration
[JsonProperty("annotationId")]
public virtual string AnnotationId { get; set; }
Property Value
Type Description
string

AnswerFeedback

The feedback that the customer has about the answer in data.

Declaration
[JsonProperty("answerFeedback")]
public virtual GoogleCloudContactcenterinsightsV1AnswerFeedback AnswerFeedback { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AnswerFeedback

ArticleSuggestion

Agent Assist Article Suggestion data.

Declaration
[JsonProperty("articleSuggestion")]
public virtual GoogleCloudContactcenterinsightsV1ArticleSuggestionData ArticleSuggestion { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1ArticleSuggestionData

ConversationSummarizationSuggestion

Conversation summarization suggestion data.

Declaration
[JsonProperty("conversationSummarizationSuggestion")]
public virtual GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData ConversationSummarizationSuggestion { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData

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

The time at which this annotation was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DialogflowInteraction

Dialogflow interaction data.

Declaration
[JsonProperty("dialogflowInteraction")]
public virtual GoogleCloudContactcenterinsightsV1DialogflowInteractionData DialogflowInteraction { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DialogflowInteractionData

ETag

The ETag of the item.

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

EndBoundary

The boundary in the conversation where the annotation ends, inclusive.

Declaration
[JsonProperty("endBoundary")]
public virtual GoogleCloudContactcenterinsightsV1AnnotationBoundary EndBoundary { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AnnotationBoundary

FaqAnswer

Agent Assist FAQ answer data.

Declaration
[JsonProperty("faqAnswer")]
public virtual GoogleCloudContactcenterinsightsV1FaqAnswerData FaqAnswer { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1FaqAnswerData

SmartComposeSuggestion

Agent Assist Smart Compose suggestion data.

Declaration
[JsonProperty("smartComposeSuggestion")]
public virtual GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData SmartComposeSuggestion { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData

SmartReply

Agent Assist Smart Reply data.

Declaration
[JsonProperty("smartReply")]
public virtual GoogleCloudContactcenterinsightsV1SmartReplyData SmartReply { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1SmartReplyData

StartBoundary

The boundary in the conversation where the annotation starts, inclusive.

Declaration
[JsonProperty("startBoundary")]
public virtual GoogleCloudContactcenterinsightsV1AnnotationBoundary StartBoundary { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1AnnotationBoundary

UserInput

Explicit input used for generating the answer

Declaration
[JsonProperty("userInput")]
public virtual GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput UserInput { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX