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