Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb

Overview

Config for suggestion features.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_model_config::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig

Returns Configs of custom conversation model.



249
250
251
252
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 249

class SuggestionFeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#conversation_process_config::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig

Returns Configs for processing conversation.



249
250
251
252
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 249

class SuggestionFeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_event_based_suggestion::Boolean

Returns Automatically iterates all participants and tries to compile suggestions.

Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.

Returns:

  • (::Boolean)

    Automatically iterates all participants and tries to compile suggestions.

    Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.



249
250
251
252
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 249

class SuggestionFeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#query_config::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig

Returns Configs of query.



249
250
251
252
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 249

class SuggestionFeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#suggestion_feature::Google::Cloud::Dialogflow::V2::SuggestionFeature

Returns The suggestion feature.

Returns:



249
250
251
252
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 249

class SuggestionFeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#suggestion_trigger_settings::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings

Returns Settings of suggestion trigger.

Currently, only ARTICLE_SUGGESTION and FAQ will use this field.

Returns:



249
250
251
252
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 249

class SuggestionFeatureConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end