Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListIntentsResponse |
ListIntentsResponse.Builder.build() |
ListIntentsResponse |
ListIntentsResponse.Builder.buildPartial() |
static ListIntentsResponse |
ListIntentsResponse.getDefaultInstance() |
ListIntentsResponse |
ListIntentsResponse.getDefaultInstanceForType() |
ListIntentsResponse |
ListIntentsResponse.Builder.getDefaultInstanceForType() |
ListIntentsResponse |
IntentsGrpc.IntentsBlockingStub.listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.
|
static ListIntentsResponse |
ListIntentsResponse.parseDelimitedFrom(InputStream input) |
static ListIntentsResponse |
ListIntentsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(byte[] data) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(ByteBuffer data) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(ByteString data) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(CodedInputStream input) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(InputStream input) |
static ListIntentsResponse |
ListIntentsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListIntentsRequest,ListIntentsResponse> |
IntentsGrpc.getListIntentsMethod() |
Parser<ListIntentsResponse> |
ListIntentsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListIntentsResponse> |
IntentsGrpc.IntentsFutureStub.listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.
|
UnaryCallable<ListIntentsRequest,ListIntentsResponse> |
IntentsClient.listIntentsCallable()
Returns the list of all intents in the specified agent.
|
PagedCallSettings<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsSettings.listIntentsSettings()
Returns the object with the settings used for calls to listIntents.
|
PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsSettings.Builder.listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
static Parser<ListIntentsResponse> |
ListIntentsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected IntentsClient.ListIntentsPage |
IntentsClient.ListIntentsPage.createPage(PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context,
ListIntentsResponse response) |
ListIntentsResponse.Builder |
ListIntentsResponse.Builder.mergeFrom(ListIntentsResponse other) |
static ListIntentsResponse.Builder |
ListIntentsResponse.newBuilder(ListIntentsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListIntentsRequest,ListIntentsResponse> |
HttpJsonIntentsStub.listIntentsCallable() |
UnaryCallable<ListIntentsRequest,ListIntentsResponse> |
GrpcIntentsStub.listIntentsCallable() |
UnaryCallable<ListIntentsRequest,ListIntentsResponse> |
IntentsStub.listIntentsCallable() |
PagedCallSettings<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsStubSettings.listIntentsSettings()
Returns the object with the settings used for calls to listIntents.
|
PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
IntentsStubSettings.Builder.listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
Copyright © 2022 Google LLC. All rights reserved.