Uses of Class
com.google.cloud.dialogflow.v2.Participant.Builder
-
Packages that use Participant.Builder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Participant.Builder in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Participant.Builder Modifier and Type Method Description Participant.Builder
ListParticipantsResponse.Builder. addParticipantsBuilder()
The list of participants.Participant.Builder
ListParticipantsResponse.Builder. addParticipantsBuilder(int index)
The list of participants.Participant.Builder
Participant.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Participant.Builder
Participant.Builder. clear()
Participant.Builder
Participant.Builder. clearDocumentsMetadataFilters()
Participant.Builder
Participant.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Participant.Builder
Participant.Builder. clearName()
Optional.Participant.Builder
Participant.Builder. clearObfuscatedExternalUserId()
Optional.Participant.Builder
Participant.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Participant.Builder
Participant.Builder. clearRole()
Immutable.Participant.Builder
Participant.Builder. clearSipRecordingMediaLabel()
Optional.Participant.Builder
Participant.Builder. clone()
Participant.Builder
CreateParticipantRequest.Builder. getParticipantBuilder()
Required.Participant.Builder
UpdateParticipantRequest.Builder. getParticipantBuilder()
Required.Participant.Builder
ListParticipantsResponse.Builder. getParticipantsBuilder(int index)
The list of participants.Participant.Builder
Participant.Builder. mergeFrom(Participant other)
Participant.Builder
Participant.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Participant.Builder
Participant.Builder. mergeFrom(com.google.protobuf.Message other)
Participant.Builder
Participant.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Participant.Builder
Participant. newBuilder()
static Participant.Builder
Participant. newBuilder(Participant prototype)
Participant.Builder
Participant. newBuilderForType()
protected Participant.Builder
Participant. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Participant.Builder
Participant.Builder. putAllDocumentsMetadataFilters(Map<String,String> values)
Optional.Participant.Builder
Participant.Builder. putDocumentsMetadataFilters(String key, String value)
Optional.Participant.Builder
Participant.Builder. removeDocumentsMetadataFilters(String key)
Optional.Participant.Builder
Participant.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Participant.Builder
Participant.Builder. setName(String value)
Optional.Participant.Builder
Participant.Builder. setNameBytes(com.google.protobuf.ByteString value)
Optional.Participant.Builder
Participant.Builder. setObfuscatedExternalUserId(String value)
Optional.Participant.Builder
Participant.Builder. setObfuscatedExternalUserIdBytes(com.google.protobuf.ByteString value)
Optional.Participant.Builder
Participant.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Participant.Builder
Participant.Builder. setRole(Participant.Role value)
Immutable.Participant.Builder
Participant.Builder. setRoleValue(int value)
Immutable.Participant.Builder
Participant.Builder. setSipRecordingMediaLabel(String value)
Optional.Participant.Builder
Participant.Builder. setSipRecordingMediaLabelBytes(com.google.protobuf.ByteString value)
Optional.Participant.Builder
Participant.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Participant.Builder
Participant. toBuilder()
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Participant.Builder Modifier and Type Method Description List<Participant.Builder>
ListParticipantsResponse.Builder. getParticipantsBuilderList()
The list of participants.Methods in com.google.cloud.dialogflow.v2 with parameters of type Participant.Builder Modifier and Type Method Description ListParticipantsResponse.Builder
ListParticipantsResponse.Builder. addParticipants(int index, Participant.Builder builderForValue)
The list of participants.ListParticipantsResponse.Builder
ListParticipantsResponse.Builder. addParticipants(Participant.Builder builderForValue)
The list of participants.CreateParticipantRequest.Builder
CreateParticipantRequest.Builder. setParticipant(Participant.Builder builderForValue)
Required.UpdateParticipantRequest.Builder
UpdateParticipantRequest.Builder. setParticipant(Participant.Builder builderForValue)
Required.ListParticipantsResponse.Builder
ListParticipantsResponse.Builder. setParticipants(int index, Participant.Builder builderForValue)
The list of participants.
-