Uses of Class
com.google.cloud.dialogflow.v2.ContextsClient.ListContextsPagedResponse
-
Packages that use ContextsClient.ListContextsPagedResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ContextsClient.ListContextsPagedResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ContextsClient.ListContextsPagedResponse Modifier and Type Method Description ContextsClient.ListContextsPagedResponseContextsClient. listContexts(ListContextsRequest request)Returns the list of all contexts in the specified session.ContextsClient.ListContextsPagedResponseContextsClient. listContexts(SessionName parent)Returns the list of all contexts in the specified session.ContextsClient.ListContextsPagedResponseContextsClient. listContexts(String parent)Returns the list of all contexts in the specified session.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ContextsClient.ListContextsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ContextsClient.ListContextsPagedResponse>ContextsClient.ListContextsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>ContextsClient. listContextsPagedCallable()Returns the list of all contexts in the specified session.com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsSettings. listContextsSettings()Returns the object with the settings used for calls to listContexts. -
Uses of ContextsClient.ListContextsPagedResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type ContextsClient.ListContextsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>ContextsStub. listContextsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>GrpcContextsStub. listContextsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>HttpJsonContextsStub. listContextsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsStubSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsStubSettings. listContextsSettings()Returns the object with the settings used for calls to listContexts.
-