Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionConfig

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

Detail human agent assistant config.

Instance Attribute Summary collapse

Instance Attribute Details

#disable_high_latency_features_sync_delivery::Boolean

Returns Optional. When disable_high_latency_features_sync_delivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The human_agent_assistant_config.notification_config must be configured and enable_event_based_suggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST.

Returns:

  • (::Boolean)

    Optional. When disable_high_latency_features_sync_delivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The human_agent_assistant_config.notification_config must be configured and enable_event_based_suggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST



364
365
366
367
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 364

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

#enable_async_tool_call::Boolean

Returns Optional. If true, enable asynchronous execution of tools.

Returns:

  • (::Boolean)

    Optional. If true, enable asynchronous execution of tools.



364
365
366
367
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 364

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

#feature_configs::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>

Returns Configuration of different suggestion features. One feature can have only one config.

Returns:



364
365
366
367
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 364

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

#generators::Array<::String>

Returns Optional. List of various generator resource names used in the conversation profile.

Returns:

  • (::Array<::String>)

    Optional. List of various generator resource names used in the conversation profile.



364
365
366
367
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 364

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

#group_suggestion_responses::Boolean

Returns If group_suggestion_responses is false, and there are multiple feature_configs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.

If group_suggestion_responses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.

Returns:

  • (::Boolean)

    If group_suggestion_responses is false, and there are multiple feature_configs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.

    If group_suggestion_responses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.



364
365
366
367
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 364

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

#skip_empty_event_based_suggestion::Boolean

Returns Optional. Enable skipping event based suggestion if the suggestion is empty.

For example, with this field disabled, Knowledge Assist feature sends a Pub/Sub message when there are no suggestions. Enabling this field will change the behavior to skip the Pub/Sub message in this situation.

Returns:

  • (::Boolean)

    Optional. Enable skipping event based suggestion if the suggestion is empty.

    For example, with this field disabled, Knowledge Assist feature sends a Pub/Sub message when there are no suggestions. Enabling this field will change the behavior to skip the Pub/Sub message in this situation.



364
365
366
367
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 364

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

#use_unredacted_conversation_data::Boolean

Returns Optional. If true, use unredacted transcript data (Supported features: AI_COACH) and use unredacted ingested context (Supported features: All Agent Assist features).

Returns:

  • (::Boolean)

    Optional. If true, use unredacted transcript data (Supported features: AI_COACH) and use unredacted ingested context (Supported features: All Agent Assist features)



364
365
366
367
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 364

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