Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::MessageAnalysisConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::MessageAnalysisConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Configuration for analyses to run on each conversation message.
Instance Attribute Summary collapse
-
#enable_entity_extraction ⇒ ::Boolean
Enable entity extraction in conversation messages on agent assist stage.
-
#enable_sentiment_analysis ⇒ ::Boolean
Enable sentiment analysis in conversation messages on agent assist stage.
Instance Attribute Details
#enable_entity_extraction ⇒ ::Boolean
Returns Enable entity extraction in conversation messages on agent assist stage. If unspecified, defaults to false.
Currently, this feature is not general available, please contact Google to get access.
571 572 573 574 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 571 class MessageAnalysisConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_sentiment_analysis ⇒ ::Boolean
Returns Enable sentiment analysis in conversation messages on agent assist stage. If unspecified, defaults to false. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral: https://cloud.google.com/natural-language/docs/basics#sentiment_analysis For Participants.StreamingAnalyzeContent method, result will be in StreamingAnalyzeContentResponse.message.SentimentAnalysisResult. For Participants.AnalyzeContent method, result will be in AnalyzeContentResponse.message.SentimentAnalysisResult For Conversations.ListMessages method, result will be in ListMessagesResponse.messages.SentimentAnalysisResult If Pub/Sub notification is configured, result will be in ConversationEvent.new_message_payload.SentimentAnalysisResult.
571 572 573 574 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 571 class MessageAnalysisConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |