Uses of Class
com.google.cloud.dialogflow.v2beta1.Participant.Role
-
Packages that use Participant.Role Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of Participant.Role in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Participant.Role Modifier and Type Method Description static Participant.Role
Participant.Role. forNumber(int value)
Participant.Role
ClearSuggestionFeatureConfigOperationMetadata.Builder. getParticipantRole()
Required.Participant.Role
ClearSuggestionFeatureConfigOperationMetadata. getParticipantRole()
Required.Participant.Role
ClearSuggestionFeatureConfigOperationMetadataOrBuilder. getParticipantRole()
Required.Participant.Role
ClearSuggestionFeatureConfigRequest.Builder. getParticipantRole()
Required.Participant.Role
ClearSuggestionFeatureConfigRequest. getParticipantRole()
Required.Participant.Role
ClearSuggestionFeatureConfigRequestOrBuilder. getParticipantRole()
Required.Participant.Role
Message.Builder. getParticipantRole()
Output only.Participant.Role
Message. getParticipantRole()
Output only.Participant.Role
MessageOrBuilder. getParticipantRole()
Output only.Participant.Role
SetSuggestionFeatureConfigOperationMetadata.Builder. getParticipantRole()
Required.Participant.Role
SetSuggestionFeatureConfigOperationMetadata. getParticipantRole()
Required.Participant.Role
SetSuggestionFeatureConfigOperationMetadataOrBuilder. getParticipantRole()
Required.Participant.Role
SetSuggestionFeatureConfigRequest.Builder. getParticipantRole()
Required.Participant.Role
SetSuggestionFeatureConfigRequest. getParticipantRole()
Required.Participant.Role
SetSuggestionFeatureConfigRequestOrBuilder. getParticipantRole()
Required.Participant.Role
Participant.Builder. getRole()
Immutable.Participant.Role
Participant. getRole()
Immutable.Participant.Role
ParticipantOrBuilder. getRole()
Immutable.static Participant.Role
Participant.Role. valueOf(int value)
Deprecated.static Participant.Role
Participant.Role. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Participant.Role
Participant.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static Participant.Role[]
Participant.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Participant.Role Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Participant.Role>
Participant.Role. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Participant.Role Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ConversationProfile,ClearSuggestionFeatureConfigOperationMetadata>
ConversationProfilesClient. clearSuggestionFeatureConfigAsync(String conversationProfile, Participant.Role participantRole, SuggestionFeature.Type suggestionFeatureType)
Clears a suggestion feature from a conversation profile for the given participant role.ClearSuggestionFeatureConfigOperationMetadata.Builder
ClearSuggestionFeatureConfigOperationMetadata.Builder. setParticipantRole(Participant.Role value)
Required.ClearSuggestionFeatureConfigRequest.Builder
ClearSuggestionFeatureConfigRequest.Builder. setParticipantRole(Participant.Role value)
Required.Message.Builder
Message.Builder. setParticipantRole(Participant.Role value)
Output only.SetSuggestionFeatureConfigOperationMetadata.Builder
SetSuggestionFeatureConfigOperationMetadata.Builder. setParticipantRole(Participant.Role value)
Required.SetSuggestionFeatureConfigRequest.Builder
SetSuggestionFeatureConfigRequest.Builder. setParticipantRole(Participant.Role value)
Required.Participant.Builder
Participant.Builder. setRole(Participant.Role value)
Immutable.com.google.api.gax.longrunning.OperationFuture<ConversationProfile,SetSuggestionFeatureConfigOperationMetadata>
ConversationProfilesClient. setSuggestionFeatureConfigAsync(String conversationProfile, Participant.Role participantRole, HumanAgentAssistantConfig.SuggestionFeatureConfig suggestionFeatureConfig)
Adds or updates a suggestion feature in a conversation profile.
-