Class: Google::Cloud::ContactCenterInsights::V1::RuntimeAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::RuntimeAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
An annotation that was generated during the customer and agent interaction.
Instance Attribute Summary collapse
-
#annotation_id ⇒ ::String
The unique identifier of the annotation.
-
#answer_feedback ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnswerFeedback
The feedback that the customer has about the answer in
data
. -
#article_suggestion ⇒ ::Google::Cloud::ContactCenterInsights::V1::ArticleSuggestionData
Agent Assist Article Suggestion data.
-
#conversation_summarization_suggestion ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationSummarizationSuggestionData
Conversation summarization suggestion data.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time at which this annotation was created.
-
#dialogflow_interaction ⇒ ::Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData
Dialogflow interaction data.
-
#end_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
The boundary in the conversation where the annotation ends, inclusive.
-
#faq_answer ⇒ ::Google::Cloud::ContactCenterInsights::V1::FaqAnswerData
Agent Assist FAQ answer data.
-
#smart_compose_suggestion ⇒ ::Google::Cloud::ContactCenterInsights::V1::SmartComposeSuggestionData
Agent Assist Smart Compose suggestion data.
-
#smart_reply ⇒ ::Google::Cloud::ContactCenterInsights::V1::SmartReplyData
Agent Assist Smart Reply data.
-
#start_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
The boundary in the conversation where the annotation starts, inclusive.
Instance Attribute Details
#annotation_id ⇒ ::String
Returns The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#answer_feedback ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnswerFeedback
Returns The feedback that the customer has about the answer in data
.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#article_suggestion ⇒ ::Google::Cloud::ContactCenterInsights::V1::ArticleSuggestionData
Returns Agent Assist Article Suggestion data.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation_summarization_suggestion ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationSummarizationSuggestionData
Returns Conversation summarization suggestion data.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this annotation was created.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dialogflow_interaction ⇒ ::Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData
Returns Dialogflow interaction data.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
Returns The boundary in the conversation where the annotation ends, inclusive.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#faq_answer ⇒ ::Google::Cloud::ContactCenterInsights::V1::FaqAnswerData
Returns Agent Assist FAQ answer data.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#smart_compose_suggestion ⇒ ::Google::Cloud::ContactCenterInsights::V1::SmartComposeSuggestionData
Returns Agent Assist Smart Compose suggestion data.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#smart_reply ⇒ ::Google::Cloud::ContactCenterInsights::V1::SmartReplyData
Returns Agent Assist Smart Reply data.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
Returns The boundary in the conversation where the annotation starts, inclusive.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110 class RuntimeAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |