Package com.google.cloud.dialogflow.v2
Interface HumanAgentAssistantConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HumanAgentAssistantConfig,HumanAgentAssistantConfig.Builder
public interface HumanAgentAssistantConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanAgentAssistantConfig.SuggestionConfiggetEndUserSuggestionConfig()Configuration for agent assistance of end user participant.HumanAgentAssistantConfig.SuggestionConfigOrBuildergetEndUserSuggestionConfigOrBuilder()Configuration for agent assistance of end user participant.HumanAgentAssistantConfig.SuggestionConfiggetHumanAgentSuggestionConfig()Configuration for agent assistance of human agent participant.HumanAgentAssistantConfig.SuggestionConfigOrBuildergetHumanAgentSuggestionConfigOrBuilder()Configuration for agent assistance of human agent participant.HumanAgentAssistantConfig.MessageAnalysisConfiggetMessageAnalysisConfig()Configuration for message analysis.HumanAgentAssistantConfig.MessageAnalysisConfigOrBuildergetMessageAnalysisConfigOrBuilder()Configuration for message analysis.NotificationConfiggetNotificationConfig()Pub/Sub topic on which to publish new agent assistant events.NotificationConfigOrBuildergetNotificationConfigOrBuilder()Pub/Sub topic on which to publish new agent assistant events.booleanhasEndUserSuggestionConfig()Configuration for agent assistance of end user participant.booleanhasHumanAgentSuggestionConfig()Configuration for agent assistance of human agent participant.booleanhasMessageAnalysisConfig()Configuration for message analysis.booleanhasNotificationConfig()Pub/Sub topic on which to publish new agent assistant events.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNotificationConfig
boolean hasNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
.google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;- Returns:
- Whether the notificationConfig field is set.
-
getNotificationConfig
NotificationConfig getNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
.google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;- Returns:
- The notificationConfig.
-
getNotificationConfigOrBuilder
NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Pub/Sub topic on which to publish new agent assistant events.
.google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
-
hasHumanAgentSuggestionConfig
boolean hasHumanAgentSuggestionConfig()
Configuration for agent assistance of human agent participant.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;- Returns:
- Whether the humanAgentSuggestionConfig field is set.
-
getHumanAgentSuggestionConfig
HumanAgentAssistantConfig.SuggestionConfig getHumanAgentSuggestionConfig()
Configuration for agent assistance of human agent participant.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;- Returns:
- The humanAgentSuggestionConfig.
-
getHumanAgentSuggestionConfigOrBuilder
HumanAgentAssistantConfig.SuggestionConfigOrBuilder getHumanAgentSuggestionConfigOrBuilder()
Configuration for agent assistance of human agent participant.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
-
hasEndUserSuggestionConfig
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;- Returns:
- Whether the endUserSuggestionConfig field is set.
-
getEndUserSuggestionConfig
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;- Returns:
- The endUserSuggestionConfig.
-
getEndUserSuggestionConfigOrBuilder
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;
-
hasMessageAnalysisConfig
boolean hasMessageAnalysisConfig()
Configuration for message analysis.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;- Returns:
- Whether the messageAnalysisConfig field is set.
-
getMessageAnalysisConfig
HumanAgentAssistantConfig.MessageAnalysisConfig getMessageAnalysisConfig()
Configuration for message analysis.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;- Returns:
- The messageAnalysisConfig.
-
getMessageAnalysisConfigOrBuilder
HumanAgentAssistantConfig.MessageAnalysisConfigOrBuilder getMessageAnalysisConfigOrBuilder()
Configuration for message analysis.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
-
-