GoogleCloudContactcenterinsightsV1RuntimeAnnotation class
An annotation that was generated during the customer and agent interaction.
Constructors
- GoogleCloudContactcenterinsightsV1RuntimeAnnotation({String? annotationId, GoogleCloudContactcenterinsightsV1AnswerFeedback? answerFeedback, GoogleCloudContactcenterinsightsV1ArticleSuggestionData? articleSuggestion, GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData? conversationSummarizationSuggestion, String? createTime, GoogleCloudContactcenterinsightsV1DialogflowInteractionData? dialogflowInteraction, GoogleCloudContactcenterinsightsV1AnnotationBoundary? endBoundary, GoogleCloudContactcenterinsightsV1FaqAnswerData? faqAnswer, GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData? smartComposeSuggestion, GoogleCloudContactcenterinsightsV1SmartReplyData? smartReply, GoogleCloudContactcenterinsightsV1AnnotationBoundary? startBoundary, GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput? userInput})
- GoogleCloudContactcenterinsightsV1RuntimeAnnotation.fromJson(Map json_)
Properties
- annotationId ↔ String?
-
The unique identifier of the annotation.
getter/setter pair
- answerFeedback ↔ GoogleCloudContactcenterinsightsV1AnswerFeedback?
-
The feedback that the customer has about the answer in
data
.getter/setter pair - articleSuggestion ↔ GoogleCloudContactcenterinsightsV1ArticleSuggestionData?
-
Agent Assist Article Suggestion data.
getter/setter pair
- conversationSummarizationSuggestion ↔ GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData?
-
Conversation summarization suggestion data.
getter/setter pair
- createTime ↔ String?
-
The time at which this annotation was created.
getter/setter pair
- dialogflowInteraction ↔ GoogleCloudContactcenterinsightsV1DialogflowInteractionData?
-
Dialogflow interaction data.
getter/setter pair
- endBoundary ↔ GoogleCloudContactcenterinsightsV1AnnotationBoundary?
-
The boundary in the conversation where the annotation ends, inclusive.
getter/setter pair
- faqAnswer ↔ GoogleCloudContactcenterinsightsV1FaqAnswerData?
-
Agent Assist FAQ answer data.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smartComposeSuggestion ↔ GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData?
-
Agent Assist Smart Compose suggestion data.
getter/setter pair
- smartReply ↔ GoogleCloudContactcenterinsightsV1SmartReplyData?
-
Agent Assist Smart Reply data.
getter/setter pair
- startBoundary ↔ GoogleCloudContactcenterinsightsV1AnnotationBoundary?
-
The boundary in the conversation where the annotation starts, inclusive.
getter/setter pair
- userInput ↔ GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput?
-
Explicit input used for generating the answer
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited