Uses of Class
com.google.cloud.dialogflow.cx.v3.ListIntentsRequest
-
Packages that use ListIntentsRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ListIntentsRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ListIntentsRequest Modifier and Type Method Description ListIntentsRequest
ListIntentsRequest.Builder. build()
ListIntentsRequest
ListIntentsRequest.Builder. buildPartial()
static ListIntentsRequest
ListIntentsRequest. getDefaultInstance()
ListIntentsRequest
ListIntentsRequest.Builder. getDefaultInstanceForType()
ListIntentsRequest
ListIntentsRequest. getDefaultInstanceForType()
static ListIntentsRequest
ListIntentsRequest. parseDelimitedFrom(InputStream input)
static ListIntentsRequest
ListIntentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntentsRequest
ListIntentsRequest. parseFrom(byte[] data)
static ListIntentsRequest
ListIntentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntentsRequest
ListIntentsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListIntentsRequest
ListIntentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntentsRequest
ListIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListIntentsRequest
ListIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntentsRequest
ListIntentsRequest. parseFrom(InputStream input)
static ListIntentsRequest
ListIntentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIntentsRequest
ListIntentsRequest. parseFrom(ByteBuffer data)
static ListIntentsRequest
ListIntentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ListIntentsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListIntentsRequest,ListIntentsResponse>
IntentsGrpc. getListIntentsMethod()
com.google.protobuf.Parser<ListIntentsRequest>
ListIntentsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse>
IntentsClient. listIntentsCallable()
Returns the list of all intents in the specified agent.com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse>
IntentsClient. listIntentsPagedCallable()
Returns the list of all intents in the specified agent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse>
IntentsSettings.Builder. listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.com.google.api.gax.rpc.PagedCallSettings<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse>
IntentsSettings. listIntentsSettings()
Returns the object with the settings used for calls to listIntents.static com.google.protobuf.Parser<ListIntentsRequest>
ListIntentsRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ListIntentsRequest Modifier and Type Method Description IntentsClient.ListIntentsPagedResponse
IntentsClient. listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.default void
IntentsGrpc.AsyncService. listIntents(ListIntentsRequest request, io.grpc.stub.StreamObserver<ListIntentsResponse> responseObserver)
Returns the list of all intents in the specified agent.ListIntentsResponse
IntentsGrpc.IntentsBlockingStub. listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.com.google.common.util.concurrent.ListenableFuture<ListIntentsResponse>
IntentsGrpc.IntentsFutureStub. listIntents(ListIntentsRequest request)
Returns the list of all intents in the specified agent.void
IntentsGrpc.IntentsStub. listIntents(ListIntentsRequest request, io.grpc.stub.StreamObserver<ListIntentsResponse> responseObserver)
Returns the list of all intents in the specified agent.ListIntentsRequest.Builder
ListIntentsRequest.Builder. mergeFrom(ListIntentsRequest other)
static ListIntentsRequest.Builder
ListIntentsRequest. newBuilder(ListIntentsRequest prototype)
Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ListIntentsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<IntentsClient.ListIntentsPagedResponse>
IntentsClient.ListIntentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context, com.google.api.core.ApiFuture<ListIntentsResponse> futureResponse)
protected IntentsClient.ListIntentsPage
IntentsClient.ListIntentsPage. createPage(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context, ListIntentsResponse response)
com.google.api.core.ApiFuture<IntentsClient.ListIntentsPage>
IntentsClient.ListIntentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context, com.google.api.core.ApiFuture<ListIntentsResponse> futureResponse)
-
Uses of ListIntentsRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ListIntentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse>
GrpcIntentsStub. listIntentsCallable()
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse>
HttpJsonIntentsStub. listIntentsCallable()
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse>
IntentsStub. listIntentsCallable()
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse>
GrpcIntentsStub. listIntentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse>
HttpJsonIntentsStub. listIntentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse>
IntentsStub. listIntentsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse>
IntentsStubSettings.Builder. listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.com.google.api.gax.rpc.PagedCallSettings<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse>
IntentsStubSettings. listIntentsSettings()
Returns the object with the settings used for calls to listIntents.
-