public static final class PagesGrpc.PagesFutureStub extends io.grpc.stub.AbstractFutureStub<PagesGrpc.PagesFutureStub>
Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
| Modifier and Type | Method and Description |
|---|---|
protected PagesGrpc.PagesFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Page> |
createPage(CreatePageRequest request)
Creates a page in the specified flow.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
deletePage(DeletePageRequest request)
Deletes the specified page.
|
com.google.common.util.concurrent.ListenableFuture<Page> |
getPage(GetPageRequest request)
Retrieves the specified page.
|
com.google.common.util.concurrent.ListenableFuture<ListPagesResponse> |
listPages(ListPagesRequest request)
Returns the list of all pages in the specified flow.
|
com.google.common.util.concurrent.ListenableFuture<Page> |
updatePage(UpdatePageRequest request)
Updates the specified page.
|
protected PagesGrpc.PagesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PagesGrpc.PagesFutureStub>public com.google.common.util.concurrent.ListenableFuture<ListPagesResponse> listPages(ListPagesRequest request)
Returns the list of all pages in the specified flow.
public com.google.common.util.concurrent.ListenableFuture<Page> getPage(GetPageRequest request)
Retrieves the specified page.
public com.google.common.util.concurrent.ListenableFuture<Page> createPage(CreatePageRequest request)
Creates a page in the specified flow. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
public com.google.common.util.concurrent.ListenableFuture<Page> updatePage(UpdatePageRequest request)
Updates the specified page. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deletePage(DeletePageRequest request)
Deletes the specified page. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
Copyright © 2023 Google LLC. All rights reserved.