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