Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionConfig.
Detail human agent assistant config.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disable_high_latency_features_sync_delivery
def disable_high_latency_features_sync_delivery() -> ::Boolean- (::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
#disable_high_latency_features_sync_delivery=
def disable_high_latency_features_sync_delivery=(value) -> ::Boolean- value (::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
- (::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
#enable_async_tool_call
def enable_async_tool_call() -> ::Boolean- (::Boolean) — Optional. If true, enable asynchronous execution of tools.
#enable_async_tool_call=
def enable_async_tool_call=(value) -> ::Boolean- value (::Boolean) — Optional. If true, enable asynchronous execution of tools.
- (::Boolean) — Optional. If true, enable asynchronous execution of tools.
#feature_configs
def feature_configs() -> ::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>- (::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>) — Configuration of different suggestion features. One feature can have only one config.
#feature_configs=
def feature_configs=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>- value (::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>) — Configuration of different suggestion features. One feature can have only one config.
- (::Array<::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig>) — Configuration of different suggestion features. One feature can have only one config.
#generators
def generators() -> ::Array<::String>- (::Array<::String>) — Optional. List of various generator resource names used in the conversation profile.
#generators=
def generators=(value) -> ::Array<::String>- value (::Array<::String>) — Optional. List of various generator resource names used in the conversation profile.
- (::Array<::String>) — Optional. List of various generator resource names used in the conversation profile.
#group_suggestion_responses
def group_suggestion_responses() -> ::Boolean-
(::Boolean) — If
group_suggestion_responsesis false, and there are multiplefeature_configsinevent based suggestionor 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 orStreamingAnalyzeContentResponse.If
group_suggestion_responsesset 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.
#group_suggestion_responses=
def group_suggestion_responses=(value) -> ::Boolean-
value (::Boolean) — If
group_suggestion_responsesis false, and there are multiplefeature_configsinevent based suggestionor 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 orStreamingAnalyzeContentResponse.If
group_suggestion_responsesset 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.
-
(::Boolean) — If
group_suggestion_responsesis false, and there are multiplefeature_configsinevent based suggestionor 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 orStreamingAnalyzeContentResponse.If
group_suggestion_responsesset 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.
#skip_empty_event_based_suggestion
def skip_empty_event_based_suggestion() -> ::Boolean-
(::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.
#skip_empty_event_based_suggestion=
def skip_empty_event_based_suggestion=(value) -> ::Boolean-
value (::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.
-
(::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.
#use_unredacted_conversation_data
def use_unredacted_conversation_data() -> ::Boolean- (::Boolean) — Optional. If true, use unredacted transcript data (Supported features: AI_COACH) and use unredacted ingested context (Supported features: All Agent Assist features)
#use_unredacted_conversation_data=
def use_unredacted_conversation_data=(value) -> ::Boolean- value (::Boolean) — Optional. If true, use unredacted transcript data (Supported features: AI_COACH) and use unredacted ingested context (Supported features: All Agent Assist features)
- (::Boolean) — Optional. If true, use unredacted transcript data (Supported features: AI_COACH) and use unredacted ingested context (Supported features: All Agent Assist features)