public interface SetSuggestionFeatureConfigRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConversationProfile()
Required.
|
ByteString |
getConversationProfileBytes()
Required.
|
Participant.Role |
getParticipantRole()
Required.
|
int |
getParticipantRoleValue()
Required.
|
HumanAgentAssistantConfig.SuggestionFeatureConfig |
getSuggestionFeatureConfig()
Required.
|
HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder |
getSuggestionFeatureConfigOrBuilder()
Required.
|
boolean |
hasSuggestionFeatureConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getConversationProfile()
Required. The Conversation Profile to add or update the suggestion feature config. Format: `projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>`.
string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
ByteString getConversationProfileBytes()
Required. The Conversation Profile to add or update the suggestion feature config. Format: `projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>`.
string conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
int getParticipantRoleValue()
Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
.google.cloud.dialogflow.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
Participant.Role getParticipantRole()
Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
.google.cloud.dialogflow.v2beta1.Participant.Role participant_role = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasSuggestionFeatureConfig()
Required. The suggestion feature config to add or update.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
HumanAgentAssistantConfig.SuggestionFeatureConfig getSuggestionFeatureConfig()
Required. The suggestion feature config to add or update.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder getSuggestionFeatureConfigOrBuilder()
Required. The suggestion feature config to add or update.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionFeatureConfig suggestion_feature_config = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.