Class: Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
Actions suggested for the agent. This is based on applicable instructions.
Instance Attribute Summary collapse
-
#agent_action ⇒ ::String
Optional.
-
#duplicate_check_result ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::DuplicateCheckResult
readonly
Output only.
-
#sources ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources
readonly
Output only.
Instance Attribute Details
#agent_action ⇒ ::String
Returns Optional. The suggested action for the agent.
494 495 496 497 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 494 class AgentActionSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duplicate_check_result ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::DuplicateCheckResult (readonly)
Returns Output only. Duplicate check result for the agent action suggestion.
494 495 496 497 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 494 class AgentActionSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sources ⇒ ::Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources (readonly)
Returns Output only. Sources for the agent action suggestion.
494 495 496 497 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 494 class AgentActionSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |