Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
ListConversationsResponse |
ListConversationsResponse.Builder.build() |
ListConversationsResponse |
ListConversationsResponse.Builder.buildPartial() |
static ListConversationsResponse |
ListConversationsResponse.getDefaultInstance() |
ListConversationsResponse |
ListConversationsResponse.getDefaultInstanceForType() |
ListConversationsResponse |
ListConversationsResponse.Builder.getDefaultInstanceForType() |
ListConversationsResponse |
ConversationsGrpc.ConversationsBlockingStub.listConversations(ListConversationsRequest request)
Returns the list of all conversations in the specified project.
|
static ListConversationsResponse |
ListConversationsResponse.parseDelimitedFrom(InputStream input) |
static ListConversationsResponse |
ListConversationsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(byte[] data) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(ByteBuffer data) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(ByteString data) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(CodedInputStream input) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(InputStream input) |
static ListConversationsResponse |
ListConversationsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListConversationsRequest,ListConversationsResponse> |
ConversationsGrpc.getListConversationsMethod() |
Parser<ListConversationsResponse> |
ListConversationsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListConversationsResponse> |
ConversationsGrpc.ConversationsFutureStub.listConversations(ListConversationsRequest request)
Returns the list of all conversations in the specified project.
|
UnaryCallable<ListConversationsRequest,ListConversationsResponse> |
ConversationsClient.listConversationsCallable()
Returns the list of all conversations in the specified project.
|
PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ConversationsClient.ListConversationsPagedResponse> |
ConversationsSettings.listConversationsSettings()
Returns the object with the settings used for calls to listConversations.
|
PagedCallSettings.Builder<ListConversationsRequest,ListConversationsResponse,ConversationsClient.ListConversationsPagedResponse> |
ConversationsSettings.Builder.listConversationsSettings()
Returns the builder for the settings used for calls to listConversations.
|
static Parser<ListConversationsResponse> |
ListConversationsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected ConversationsClient.ListConversationsPage |
ConversationsClient.ListConversationsPage.createPage(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context,
ListConversationsResponse response) |
ListConversationsResponse.Builder |
ListConversationsResponse.Builder.mergeFrom(ListConversationsResponse other) |
static ListConversationsResponse.Builder |
ListConversationsResponse.newBuilder(ListConversationsResponse prototype) |
Copyright © 2022 Google LLC. All rights reserved.