Uses of Class
com.google.cloud.dialogflow.v2beta1.ListIntentsRequest
-
Packages that use ListIntentsRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ListIntentsRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ListIntentsRequest Modifier and Type Method Description ListIntentsRequestListIntentsRequest.Builder. build()ListIntentsRequestListIntentsRequest.Builder. buildPartial()static ListIntentsRequestListIntentsRequest. getDefaultInstance()ListIntentsRequestListIntentsRequest.Builder. getDefaultInstanceForType()ListIntentsRequestListIntentsRequest. getDefaultInstanceForType()static ListIntentsRequestListIntentsRequest. parseDelimitedFrom(InputStream input)static ListIntentsRequestListIntentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsRequestListIntentsRequest. parseFrom(byte[] data)static ListIntentsRequestListIntentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsRequestListIntentsRequest. parseFrom(com.google.protobuf.ByteString data)static ListIntentsRequestListIntentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsRequestListIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListIntentsRequestListIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsRequestListIntentsRequest. parseFrom(InputStream input)static ListIntentsRequestListIntentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsRequestListIntentsRequest. parseFrom(ByteBuffer data)static ListIntentsRequestListIntentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type ListIntentsRequest Modifier and Type Method Description IntentsClient.ListIntentsPagedResponseIntentsClient. listIntents(ListIntentsRequest request)Returns the list of all intents in the specified agent.default voidIntentsGrpc.AsyncService. listIntents(ListIntentsRequest request, io.grpc.stub.StreamObserver<ListIntentsResponse> responseObserver)Returns the list of all intents in the specified agent.ListIntentsResponseIntentsGrpc.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.voidIntentsGrpc.IntentsStub. listIntents(ListIntentsRequest request, io.grpc.stub.StreamObserver<ListIntentsResponse> responseObserver)Returns the list of all intents in the specified agent.ListIntentsRequest.BuilderListIntentsRequest.Builder. mergeFrom(ListIntentsRequest other)static ListIntentsRequest.BuilderListIntentsRequest. newBuilder(ListIntentsRequest prototype)Method parameters in com.google.cloud.dialogflow.v2beta1 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.ListIntentsPageIntentsClient.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.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.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.
-