humanAgentSuggestionResults property
The suggestions for most recent human agent.
The order is the same as HumanAgentAssistantConfig.SuggestionConfig.feature_configs of HumanAgentAssistantConfig.human_agent_suggestion_config. Note that 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>?
humanAgentSuggestionResults;