Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListParticipantsResponse |
ParticipantsGrpc.ParticipantsBlockingStub.listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.
|
com.google.common.util.concurrent.ListenableFuture<ListParticipantsResponse> |
ParticipantsGrpc.ParticipantsFutureStub.listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.
|
ParticipantsClient.ListParticipantsPagedResponse |
ParticipantsClient.listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.
|
void |
ParticipantsGrpc.ParticipantsImplBase.listParticipants(ListParticipantsRequest request,
StreamObserver<ListParticipantsResponse> responseObserver)
Returns the list of all participants in the specified conversation.
|
void |
ParticipantsGrpc.ParticipantsStub.listParticipants(ListParticipantsRequest request,
StreamObserver<ListParticipantsResponse> responseObserver)
Returns the list of all participants in the specified conversation.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.mergeFrom(ListParticipantsRequest other) |
static ListParticipantsRequest.Builder |
ListParticipantsRequest.newBuilder(ListParticipantsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2022 Google LLC. All rights reserved.