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.RoleParticipant.Role. forNumber(int value)Participant.RoleClearSuggestionFeatureConfigOperationMetadata.Builder. getParticipantRole()Required.Participant.RoleClearSuggestionFeatureConfigOperationMetadata. getParticipantRole()Required.Participant.RoleClearSuggestionFeatureConfigOperationMetadataOrBuilder. getParticipantRole()Required.Participant.RoleClearSuggestionFeatureConfigRequest.Builder. getParticipantRole()Required.Participant.RoleClearSuggestionFeatureConfigRequest. getParticipantRole()Required.Participant.RoleClearSuggestionFeatureConfigRequestOrBuilder. getParticipantRole()Required.Participant.RoleMessage.Builder. getParticipantRole()Output only.Participant.RoleMessage. getParticipantRole()Output only.Participant.RoleMessageOrBuilder. getParticipantRole()Output only.Participant.RoleSetSuggestionFeatureConfigOperationMetadata.Builder. getParticipantRole()Required.Participant.RoleSetSuggestionFeatureConfigOperationMetadata. getParticipantRole()Required.Participant.RoleSetSuggestionFeatureConfigOperationMetadataOrBuilder. getParticipantRole()Required.Participant.RoleSetSuggestionFeatureConfigRequest.Builder. getParticipantRole()Required.Participant.RoleSetSuggestionFeatureConfigRequest. getParticipantRole()Required.Participant.RoleSetSuggestionFeatureConfigRequestOrBuilder. getParticipantRole()Required.Participant.RoleParticipant.Builder. getRole()Immutable.Participant.RoleParticipant. getRole()Immutable.Participant.RoleParticipantOrBuilder. getRole()Immutable.static Participant.RoleParticipant.Role. valueOf(int value)Deprecated.static Participant.RoleParticipant.Role. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Participant.RoleParticipant.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.BuilderClearSuggestionFeatureConfigOperationMetadata.Builder. setParticipantRole(Participant.Role value)Required.ClearSuggestionFeatureConfigRequest.BuilderClearSuggestionFeatureConfigRequest.Builder. setParticipantRole(Participant.Role value)Required.Message.BuilderMessage.Builder. setParticipantRole(Participant.Role value)Output only.SetSuggestionFeatureConfigOperationMetadata.BuilderSetSuggestionFeatureConfigOperationMetadata.Builder. setParticipantRole(Participant.Role value)Required.SetSuggestionFeatureConfigRequest.BuilderSetSuggestionFeatureConfigRequest.Builder. setParticipantRole(Participant.Role value)Required.Participant.BuilderParticipant.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.
-