Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListConversationsResponse |
ConversationsGrpc.ConversationsBlockingStub.listConversations(ListConversationsRequest request)
Returns the list of all conversations in the specified project.
|
com.google.common.util.concurrent.ListenableFuture<ListConversationsResponse> |
ConversationsGrpc.ConversationsFutureStub.listConversations(ListConversationsRequest request)
Returns the list of all conversations in the specified project.
|
ConversationsClient.ListConversationsPagedResponse |
ConversationsClient.listConversations(ListConversationsRequest request)
Returns the list of all conversations in the specified project.
|
void |
ConversationsGrpc.ConversationsImplBase.listConversations(ListConversationsRequest request,
StreamObserver<ListConversationsResponse> responseObserver)
Returns the list of all conversations in the specified project.
|
void |
ConversationsGrpc.ConversationsStub.listConversations(ListConversationsRequest request,
StreamObserver<ListConversationsResponse> responseObserver)
Returns the list of all conversations in the specified project.
|
ListConversationsRequest.Builder |
ListConversationsRequest.Builder.mergeFrom(ListConversationsRequest other) |
static ListConversationsRequest.Builder |
ListConversationsRequest.newBuilder(ListConversationsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static ApiFuture<ConversationsClient.ListConversationsPagedResponse> |
ConversationsClient.ListConversationsPagedResponse.createAsync(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context,
ApiFuture<ListConversationsResponse> futureResponse) |
protected ConversationsClient.ListConversationsPage |
ConversationsClient.ListConversationsPage.createPage(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context,
ListConversationsResponse response) |
ApiFuture<ConversationsClient.ListConversationsPage> |
ConversationsClient.ListConversationsPage.createPageAsync(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context,
ApiFuture<ListConversationsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.