Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
Participant |
Participant.Builder.build() |
Participant |
Participant.Builder.buildPartial() |
Participant |
ParticipantsClient.createParticipant(ConversationName parent,
Participant participant)
Creates a new participant in a conversation.
|
Participant |
ParticipantsGrpc.ParticipantsBlockingStub.createParticipant(CreateParticipantRequest request)
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.
|
static Participant |
Participant.getDefaultInstance() |
Participant |
Participant.getDefaultInstanceForType() |
Participant |
Participant.Builder.getDefaultInstanceForType() |
Participant |
CreateParticipantRequestOrBuilder.getParticipant()
Required.
|
Participant |
UpdateParticipantRequest.getParticipant()
Required.
|
Participant |
UpdateParticipantRequest.Builder.getParticipant()
Required.
|
Participant |
UpdateParticipantRequestOrBuilder.getParticipant()
Required.
|
Participant |
CreateParticipantRequest.getParticipant()
Required.
|
Participant |
CreateParticipantRequest.Builder.getParticipant()
Required.
|
Participant |
ParticipantsGrpc.ParticipantsBlockingStub.getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.
|
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 |
ListParticipantsResponseOrBuilder.getParticipants(int index)
The list of participants.
|
Participant |
ListParticipantsResponse.getParticipants(int index)
The list of participants.
|
Participant |
ListParticipantsResponse.Builder.getParticipants(int index)
The list of participants.
|
static Participant |
Participant.parseDelimitedFrom(InputStream input) |
static Participant |
Participant.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Participant |
Participant.parseFrom(byte[] data) |
static Participant |
Participant.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Participant |
Participant.parseFrom(ByteBuffer data) |
static Participant |
Participant.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Participant |
Participant.parseFrom(ByteString data) |
static Participant |
Participant.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Participant |
Participant.parseFrom(CodedInputStream input) |
static Participant |
Participant.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Participant |
Participant.parseFrom(InputStream input) |
static Participant |
Participant.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Participant |
ParticipantsClient.updateParticipant(Participant participant,
FieldMask updateMask)
Updates the specified participant.
|
Participant |
ParticipantsGrpc.ParticipantsBlockingStub.updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.
|
Participant |
ParticipantsClient.updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Participant> |
ParticipantsGrpc.ParticipantsFutureStub.createParticipant(CreateParticipantRequest request)
Creates a new participant in a conversation.
|
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() |
static MethodDescriptor<GetParticipantRequest,Participant> |
ParticipantsGrpc.getGetParticipantMethod() |
Parser<Participant> |
Participant.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Participant> |
ParticipantsGrpc.ParticipantsFutureStub.getParticipant(GetParticipantRequest request)
Retrieves a conversation participant.
|
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.
|
List<Participant> |
ListParticipantsResponseOrBuilder.getParticipantsList()
The list of participants.
|
List<Participant> |
ListParticipantsResponse.getParticipantsList()
The list of participants.
|
List<Participant> |
ListParticipantsResponse.Builder.getParticipantsList()
The list of participants.
|
static MethodDescriptor<UpdateParticipantRequest,Participant> |
ParticipantsGrpc.getUpdateParticipantMethod() |
static Parser<Participant> |
Participant.parser() |
com.google.common.util.concurrent.ListenableFuture<Participant> |
ParticipantsGrpc.ParticipantsFutureStub.updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.
|
UnaryCallable<UpdateParticipantRequest,Participant> |
ParticipantsClient.updateParticipantCallable()
Updates the specified participant.
|
UnaryCallSettings<UpdateParticipantRequest,Participant> |
ParticipantsSettings.updateParticipantSettings()
Returns the object with the settings used for calls to updateParticipant.
|
UnaryCallSettings.Builder<UpdateParticipantRequest,Participant> |
ParticipantsSettings.Builder.updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.
|
Modifier and Type | Method and 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) |
UpdateParticipantRequest.Builder |
UpdateParticipantRequest.Builder.mergeParticipant(Participant value)
Required.
|
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.mergeParticipant(Participant value)
Required.
|
static Participant.Builder |
Participant.newBuilder(Participant prototype) |
UpdateParticipantRequest.Builder |
UpdateParticipantRequest.Builder.setParticipant(Participant value)
Required.
|
CreateParticipantRequest.Builder |
CreateParticipantRequest.Builder.setParticipant(Participant value)
Required.
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.setParticipants(int index,
Participant value)
The list of participants.
|
Participant |
ParticipantsClient.updateParticipant(Participant participant,
FieldMask updateMask)
Updates the specified participant.
|
Modifier and Type | Method and Description |
---|---|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.addAllParticipants(Iterable<? extends Participant> values)
The list of participants.
|
static ApiFuture<ParticipantsClient.ListParticipantsPagedResponse> |
ParticipantsClient.ListParticipantsPagedResponse.createAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context,
ApiFuture<ListParticipantsResponse> futureResponse) |
protected ParticipantsClient.ListParticipantsPage |
ParticipantsClient.ListParticipantsPage.createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context,
ListParticipantsResponse response) |
ApiFuture<ParticipantsClient.ListParticipantsPage> |
ParticipantsClient.ListParticipantsPage.createPageAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context,
ApiFuture<ListParticipantsResponse> futureResponse) |
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.
|
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.
|
void |
ParticipantsGrpc.ParticipantsImplBase.updateParticipant(UpdateParticipantRequest request,
StreamObserver<Participant> responseObserver)
Updates the specified participant.
|
void |
ParticipantsGrpc.ParticipantsStub.updateParticipant(UpdateParticipantRequest request,
StreamObserver<Participant> responseObserver)
Updates the specified participant.
|
Copyright © 2022 Google LLC. All rights reserved.