Uses of Class
com.google.cloud.dialogflow.v2.Participant
-
Packages that use Participant Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of Participant in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Participant Modifier and Type Method Description Participant
Participant.Builder. build()
Participant
Participant.Builder. buildPartial()
Participant
ParticipantsClient. createParticipant(ConversationName parent, Participant participant)
Creates a new participant in a conversation.Participant
ParticipantsClient. createParticipant(CreateParticipantRequest request)
Creates a new participant in a conversation.Participant
ParticipantsClient. createParticipant(String parent, Participant participant)
Creates a new participant in a conversation.Participant
ParticipantsGrpc.ParticipantsBlockingStub. createParticipant(CreateParticipantRequest request)
Creates a new participant in a conversation.static Participant
Participant. getDefaultInstance()
Participant
Participant.Builder. getDefaultInstanceForType()
Participant
Participant. getDefaultInstanceForType()
Participant
CreateParticipantRequest.Builder. getParticipant()
Required.Participant
CreateParticipantRequest. getParticipant()
Required.Participant
CreateParticipantRequestOrBuilder. getParticipant()
Required.Participant
ParticipantsClient. getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.Participant
ParticipantsClient. getParticipant(ParticipantName name)
Retrieves a conversation participant.Participant
ParticipantsClient. getParticipant(String name)
Retrieves a conversation participant.Participant
ParticipantsGrpc.ParticipantsBlockingStub. getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.Participant
UpdateParticipantRequest.Builder. getParticipant()
Required.Participant
UpdateParticipantRequest. getParticipant()
Required.Participant
UpdateParticipantRequestOrBuilder. getParticipant()
Required.Participant
ListParticipantsResponse.Builder. getParticipants(int index)
The list of participants.Participant
ListParticipantsResponse. getParticipants(int index)
The list of participants.Participant
ListParticipantsResponseOrBuilder. getParticipants(int index)
The list of participants.static Participant
Participant. parseDelimitedFrom(InputStream input)
static Participant
Participant. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Participant
Participant. parseFrom(byte[] data)
static Participant
Participant. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Participant
Participant. parseFrom(com.google.protobuf.ByteString data)
static Participant
Participant. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Participant
Participant. parseFrom(com.google.protobuf.CodedInputStream input)
static Participant
Participant. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Participant
Participant. parseFrom(InputStream input)
static Participant
Participant. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Participant
Participant. parseFrom(ByteBuffer data)
static Participant
Participant. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Participant
ParticipantsClient. updateParticipant(Participant participant, com.google.protobuf.FieldMask updateMask)
Updates the specified participant.Participant
ParticipantsClient. updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.Participant
ParticipantsGrpc.ParticipantsBlockingStub. updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Participant Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Participant>
ParticipantsGrpc.ParticipantsFutureStub. createParticipant(CreateParticipantRequest request)
Creates a new participant in a conversation.com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
ParticipantsClient. createParticipantCallable()
Creates a new participant in a conversation.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateParticipantRequest,Participant>
ParticipantsSettings.Builder. createParticipantSettings()
Returns the builder for the settings used for calls to createParticipant.com.google.api.gax.rpc.UnaryCallSettings<CreateParticipantRequest,Participant>
ParticipantsSettings. createParticipantSettings()
Returns the object with the settings used for calls to createParticipant.static io.grpc.MethodDescriptor<CreateParticipantRequest,Participant>
ParticipantsGrpc. getCreateParticipantMethod()
static io.grpc.MethodDescriptor<GetParticipantRequest,Participant>
ParticipantsGrpc. getGetParticipantMethod()
com.google.protobuf.Parser<Participant>
Participant. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Participant>
ParticipantsGrpc.ParticipantsFutureStub. getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.com.google.api.gax.rpc.UnaryCallable<GetParticipantRequest,Participant>
ParticipantsClient. getParticipantCallable()
Retrieves a conversation participant.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetParticipantRequest,Participant>
ParticipantsSettings.Builder. getParticipantSettings()
Returns the builder for the settings used for calls to getParticipant.com.google.api.gax.rpc.UnaryCallSettings<GetParticipantRequest,Participant>
ParticipantsSettings. getParticipantSettings()
Returns the object with the settings used for calls to getParticipant.List<Participant>
ListParticipantsResponse.Builder. getParticipantsList()
The list of participants.List<Participant>
ListParticipantsResponse. getParticipantsList()
The list of participants.List<Participant>
ListParticipantsResponseOrBuilder. getParticipantsList()
The list of participants.static io.grpc.MethodDescriptor<UpdateParticipantRequest,Participant>
ParticipantsGrpc. getUpdateParticipantMethod()
static com.google.protobuf.Parser<Participant>
Participant. parser()
com.google.common.util.concurrent.ListenableFuture<Participant>
ParticipantsGrpc.ParticipantsFutureStub. updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
ParticipantsClient. updateParticipantCallable()
Updates the specified participant.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateParticipantRequest,Participant>
ParticipantsSettings.Builder. updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.com.google.api.gax.rpc.UnaryCallSettings<UpdateParticipantRequest,Participant>
ParticipantsSettings. updateParticipantSettings()
Returns the object with the settings used for calls to updateParticipant.Methods in com.google.cloud.dialogflow.v2 with parameters of type Participant Modifier and Type Method Description ListParticipantsResponse.Builder
ListParticipantsResponse.Builder. addParticipants(int index, Participant value)
The list of participants.ListParticipantsResponse.Builder
ListParticipantsResponse.Builder. addParticipants(Participant value)
The list of participants.Participant
ParticipantsClient. createParticipant(ConversationName parent, Participant participant)
Creates a new participant in a conversation.Participant
ParticipantsClient. createParticipant(String parent, Participant participant)
Creates a new participant in a conversation.Participant.Builder
Participant.Builder. mergeFrom(Participant other)
CreateParticipantRequest.Builder
CreateParticipantRequest.Builder. mergeParticipant(Participant value)
Required.UpdateParticipantRequest.Builder
UpdateParticipantRequest.Builder. mergeParticipant(Participant value)
Required.static Participant.Builder
Participant. newBuilder(Participant prototype)
CreateParticipantRequest.Builder
CreateParticipantRequest.Builder. setParticipant(Participant value)
Required.UpdateParticipantRequest.Builder
UpdateParticipantRequest.Builder. setParticipant(Participant value)
Required.ListParticipantsResponse.Builder
ListParticipantsResponse.Builder. setParticipants(int index, Participant value)
The list of participants.Participant
ParticipantsClient. updateParticipant(Participant participant, com.google.protobuf.FieldMask updateMask)
Updates the specified participant.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type Participant Modifier and Type Method Description ListParticipantsResponse.Builder
ListParticipantsResponse.Builder. addAllParticipants(Iterable<? extends Participant> values)
The list of participants.static com.google.api.core.ApiFuture<ParticipantsClient.ListParticipantsPagedResponse>
ParticipantsClient.ListParticipantsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, com.google.api.core.ApiFuture<ListParticipantsResponse> futureResponse)
protected ParticipantsClient.ListParticipantsPage
ParticipantsClient.ListParticipantsPage. createPage(com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)
com.google.api.core.ApiFuture<ParticipantsClient.ListParticipantsPage>
ParticipantsClient.ListParticipantsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, com.google.api.core.ApiFuture<ListParticipantsResponse> futureResponse)
default void
ParticipantsGrpc.AsyncService. createParticipant(CreateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Creates a new participant in a conversation.void
ParticipantsGrpc.ParticipantsStub. createParticipant(CreateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Creates a new participant in a conversation.default void
ParticipantsGrpc.AsyncService. getParticipant(GetParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Retrieves a conversation participant.void
ParticipantsGrpc.ParticipantsStub. getParticipant(GetParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Retrieves a conversation participant.default void
ParticipantsGrpc.AsyncService. updateParticipant(UpdateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Updates the specified participant.void
ParticipantsGrpc.ParticipantsStub. updateParticipant(UpdateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Updates the specified participant. -
Uses of Participant in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type Participant Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
GrpcParticipantsStub. createParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
HttpJsonParticipantsStub. createParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
ParticipantsStub. createParticipantCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateParticipantRequest,Participant>
ParticipantsStubSettings.Builder. createParticipantSettings()
Returns the builder for the settings used for calls to createParticipant.com.google.api.gax.rpc.UnaryCallSettings<CreateParticipantRequest,Participant>
ParticipantsStubSettings. createParticipantSettings()
Returns the object with the settings used for calls to createParticipant.com.google.api.gax.rpc.UnaryCallable<GetParticipantRequest,Participant>
GrpcParticipantsStub. getParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<GetParticipantRequest,Participant>
HttpJsonParticipantsStub. getParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<GetParticipantRequest,Participant>
ParticipantsStub. getParticipantCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetParticipantRequest,Participant>
ParticipantsStubSettings.Builder. getParticipantSettings()
Returns the builder for the settings used for calls to getParticipant.com.google.api.gax.rpc.UnaryCallSettings<GetParticipantRequest,Participant>
ParticipantsStubSettings. getParticipantSettings()
Returns the object with the settings used for calls to getParticipant.com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
GrpcParticipantsStub. updateParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
HttpJsonParticipantsStub. updateParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
ParticipantsStub. updateParticipantCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateParticipantRequest,Participant>
ParticipantsStubSettings.Builder. updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.com.google.api.gax.rpc.UnaryCallSettings<UpdateParticipantRequest,Participant>
ParticipantsStubSettings. updateParticipantSettings()
Returns the object with the settings used for calls to updateParticipant.
-