Class GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation
An annotation that was generated during the customer and agent interaction.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation : 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 GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback AnswerFeedback { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback |
ArticleSuggestion
Agent Assist Article Suggestion data.
Declaration
[JsonProperty("articleSuggestion")]
public virtual GoogleCloudContactcenterinsightsV1alpha1ArticleSuggestionData ArticleSuggestion { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1ArticleSuggestionData |
ConversationSummarizationSuggestion
Conversation summarization suggestion data.
Declaration
[JsonProperty("conversationSummarizationSuggestion")]
public virtual GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData ConversationSummarizationSuggestion { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData |
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 GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData DialogflowInteraction { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData |
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 GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary EndBoundary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary |
FaqAnswer
Agent Assist FAQ answer data.
Declaration
[JsonProperty("faqAnswer")]
public virtual GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData FaqAnswer { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData |
SmartComposeSuggestion
Agent Assist Smart Compose suggestion data.
Declaration
[JsonProperty("smartComposeSuggestion")]
public virtual GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData SmartComposeSuggestion { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData |
SmartReply
Agent Assist Smart Reply data.
Declaration
[JsonProperty("smartReply")]
public virtual GoogleCloudContactcenterinsightsV1alpha1SmartReplyData SmartReply { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1SmartReplyData |
StartBoundary
The boundary in the conversation where the annotation starts, inclusive.
Declaration
[JsonProperty("startBoundary")]
public virtual GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary StartBoundary { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary |
UserInput
Explicit input used for generating the answer
Declaration
[JsonProperty("userInput")]
public virtual GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput UserInput { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput |