Uses of Class
com.google.cloud.dialogflow.v2.ListIntentsResponse
-
Packages that use ListIntentsResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ListIntentsResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ListIntentsResponse Modifier and Type Method Description ListIntentsResponseListIntentsResponse.Builder. build()ListIntentsResponseListIntentsResponse.Builder. buildPartial()static ListIntentsResponseListIntentsResponse. getDefaultInstance()ListIntentsResponseListIntentsResponse.Builder. getDefaultInstanceForType()ListIntentsResponseListIntentsResponse. getDefaultInstanceForType()ListIntentsResponseIntentsGrpc.IntentsBlockingStub. listIntents(ListIntentsRequest request)Returns the list of all intents in the specified agent.static ListIntentsResponseListIntentsResponse. parseDelimitedFrom(InputStream input)static ListIntentsResponseListIntentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsResponseListIntentsResponse. parseFrom(byte[] data)static ListIntentsResponseListIntentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsResponseListIntentsResponse. parseFrom(com.google.protobuf.ByteString data)static ListIntentsResponseListIntentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsResponseListIntentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListIntentsResponseListIntentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsResponseListIntentsResponse. parseFrom(InputStream input)static ListIntentsResponseListIntentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListIntentsResponseListIntentsResponse. parseFrom(ByteBuffer data)static ListIntentsResponseListIntentsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ListIntentsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListIntentsRequest,ListIntentsResponse>IntentsGrpc. getListIntentsMethod()com.google.protobuf.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.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.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<ListIntentsResponse>ListIntentsResponse. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type ListIntentsResponse Modifier and Type Method Description protected IntentsClient.ListIntentsPageIntentsClient.ListIntentsPage. createPage(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context, ListIntentsResponse response)ListIntentsResponse.BuilderListIntentsResponse.Builder. mergeFrom(ListIntentsResponse other)static ListIntentsResponse.BuilderListIntentsResponse. newBuilder(ListIntentsResponse prototype)Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ListIntentsResponse 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)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)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)default voidIntentsGrpc.AsyncService. listIntents(ListIntentsRequest request, io.grpc.stub.StreamObserver<ListIntentsResponse> responseObserver)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. -
Uses of ListIntentsResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type ListIntentsResponse 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.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.
-