Interface SetSuggestionFeatureConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetSuggestionFeatureConfigRequest
,SetSuggestionFeatureConfigRequest.Builder
public interface SetSuggestionFeatureConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConversationProfile()
Required.com.google.protobuf.ByteString
getConversationProfileBytes()
Required.Participant.Role
getParticipantRole()
Required.int
getParticipantRoleValue()
Required.HumanAgentAssistantConfig.SuggestionFeatureConfig
getSuggestionFeatureConfig()
Required.HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
getSuggestionFeatureConfigOrBuilder()
Required.boolean
hasSuggestionFeatureConfig()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversationProfile
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];
- Returns:
- The conversationProfile.
-
getConversationProfileBytes
com.google.protobuf.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];
- Returns:
- The bytes for conversationProfile.
-
getParticipantRoleValue
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];
- Returns:
- The enum numeric value on the wire for participantRole.
-
getParticipantRole
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];
- Returns:
- The participantRole.
-
hasSuggestionFeatureConfig
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];
- Returns:
- Whether the suggestionFeatureConfig field is set.
-
getSuggestionFeatureConfig
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];
- Returns:
- The suggestionFeatureConfig.
-
getSuggestionFeatureConfigOrBuilder
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];
-
-