public interface HumanAgentAssistantConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HumanAgentAssistantConfig.SuggestionConfig |
getEndUserSuggestionConfig()
Configuration for agent assistance of end user participant.
|
HumanAgentAssistantConfig.SuggestionConfigOrBuilder |
getEndUserSuggestionConfigOrBuilder()
Configuration for agent assistance of end user participant.
|
HumanAgentAssistantConfig.SuggestionConfig |
getHumanAgentSuggestionConfig()
Configuration for agent assistance of human agent participant.
|
HumanAgentAssistantConfig.SuggestionConfigOrBuilder |
getHumanAgentSuggestionConfigOrBuilder()
Configuration for agent assistance of human agent participant.
|
HumanAgentAssistantConfig.MessageAnalysisConfig |
getMessageAnalysisConfig()
Configuration for message analysis.
|
HumanAgentAssistantConfig.MessageAnalysisConfigOrBuilder |
getMessageAnalysisConfigOrBuilder()
Configuration for message analysis.
|
NotificationConfig |
getNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
|
NotificationConfigOrBuilder |
getNotificationConfigOrBuilder()
Pub/Sub topic on which to publish new agent assistant events.
|
boolean |
hasEndUserSuggestionConfig()
Configuration for agent assistance of end user participant.
|
boolean |
hasHumanAgentSuggestionConfig()
Configuration for agent assistance of human agent participant.
|
boolean |
hasMessageAnalysisConfig()
Configuration for message analysis.
|
boolean |
hasNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
.google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
NotificationConfig getNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
.google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Pub/Sub topic on which to publish new agent assistant events.
.google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
boolean hasHumanAgentSuggestionConfig()
Configuration for agent assistance of human agent participant.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
HumanAgentAssistantConfig.SuggestionConfig getHumanAgentSuggestionConfig()
Configuration for agent assistance of human agent participant.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
HumanAgentAssistantConfig.SuggestionConfigOrBuilder getHumanAgentSuggestionConfigOrBuilder()
Configuration for agent assistance of human agent participant.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
boolean hasEndUserSuggestionConfig()
Configuration for agent assistance of end user participant. Currently, this feature is not general available, please contact Google to get access.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
HumanAgentAssistantConfig.SuggestionConfig getEndUserSuggestionConfig()
Configuration for agent assistance of end user participant. Currently, this feature is not general available, please contact Google to get access.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
HumanAgentAssistantConfig.SuggestionConfigOrBuilder getEndUserSuggestionConfigOrBuilder()
Configuration for agent assistance of end user participant. Currently, this feature is not general available, please contact Google to get access.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
boolean hasMessageAnalysisConfig()
Configuration for message analysis.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
HumanAgentAssistantConfig.MessageAnalysisConfig getMessageAnalysisConfig()
Configuration for message analysis.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
HumanAgentAssistantConfig.MessageAnalysisConfigOrBuilder getMessageAnalysisConfigOrBuilder()
Configuration for message analysis.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
Copyright © 2022 Google LLC. All rights reserved.