Skip to content

Commit 5d85995

Browse files
Google APIscopybara-github
authored andcommitted
docs: added explanation for SuggestionResult
PiperOrigin-RevId: 435670355
1 parent 1605e8d commit 5d85995

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

google/cloud/dialogflow/v2/participant.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,21 @@ message AnalyzeContentResponse {
396396
// The suggestions for most recent human agent. The order is the same as
397397
// [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
398398
// [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
399+
//
400+
// Note that any failure of Agent Assist features will not lead to the overall
401+
// failure of an AnalyzeContent API call. Instead, the features will
402+
// fail silently with the error field set in the corresponding
403+
// SuggestionResult.
399404
repeated SuggestionResult human_agent_suggestion_results = 6;
400405

401406
// The suggestions for end user. The order is the same as
402407
// [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
403408
// [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
409+
//
410+
// Same as human_agent_suggestion_results, any failure of Agent Assist
411+
// features will not lead to the overall failure of an AnalyzeContent API
412+
// call. Instead, the features will fail silently with the error field set in
413+
// the corresponding SuggestionResult.
404414
repeated SuggestionResult end_user_suggestion_results = 7;
405415

406416
// Indicates the parameters of DTMF.

0 commit comments

Comments
 (0)