Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetParticipantRequest,Participant> |
ParticipantsGrpc.getGetParticipantMethod() |
Parser<GetParticipantRequest> |
GetParticipantRequest.getParserForType() |
UnaryCallable<GetParticipantRequest,Participant> |
ParticipantsClient.getParticipantCallable()
Retrieves a conversation participant.
|
UnaryCallSettings<GetParticipantRequest,Participant> |
ParticipantsSettings.getParticipantSettings()
Returns the object with the settings used for calls to getParticipant.
|
UnaryCallSettings.Builder<GetParticipantRequest,Participant> |
ParticipantsSettings.Builder.getParticipantSettings()
Returns the builder for the settings used for calls to getParticipant.
|
static Parser<GetParticipantRequest> |
GetParticipantRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Participant |
ParticipantsGrpc.ParticipantsBlockingStub.getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.
|
com.google.common.util.concurrent.ListenableFuture<Participant> |
ParticipantsGrpc.ParticipantsFutureStub.getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.
|
Participant |
ParticipantsClient.getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.
|
void |
ParticipantsGrpc.ParticipantsImplBase.getParticipant(GetParticipantRequest request,
StreamObserver<Participant> responseObserver)
Retrieves a conversation participant.
|
void |
ParticipantsGrpc.ParticipantsStub.getParticipant(GetParticipantRequest request,
StreamObserver<Participant> responseObserver)
Retrieves a conversation participant.
|
GetParticipantRequest.Builder |
GetParticipantRequest.Builder.mergeFrom(GetParticipantRequest other) |
static GetParticipantRequest.Builder |
GetParticipantRequest.newBuilder(GetParticipantRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetParticipantRequest,Participant> |
ParticipantsStub.getParticipantCallable() |
UnaryCallable<GetParticipantRequest,Participant> |
HttpJsonParticipantsStub.getParticipantCallable() |
UnaryCallable<GetParticipantRequest,Participant> |
GrpcParticipantsStub.getParticipantCallable() |
UnaryCallSettings<GetParticipantRequest,Participant> |
ParticipantsStubSettings.getParticipantSettings()
Returns the object with the settings used for calls to getParticipant.
|
UnaryCallSettings.Builder<GetParticipantRequest,Participant> |
ParticipantsStubSettings.Builder.getParticipantSettings()
Returns the builder for the settings used for calls to getParticipant.
|
Copyright © 2022 Google LLC. All rights reserved.