Class: Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::AgentActionSuggestion

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#agent_action::String

Returns Optional. The suggested action for the agent.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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