endUserSuggestionResults property

List<GoogleCloudDialogflowV2SuggestionResult>? endUserSuggestionResults
getter/setter pair

The suggestions for end user.

The order is the same as HumanAgentAssistantConfig.SuggestionConfig.feature_configs of HumanAgentAssistantConfig.end_user_suggestion_config. Same as human_agent_suggestion_results, any failure of Agent Assist features will not lead to the overall failure of an AnalyzeContent API call. Instead, the features will fail silently with the error field set in the corresponding SuggestionResult.

Implementation

core.List<GoogleCloudDialogflowV2SuggestionResult>? endUserSuggestionResults;