public static interface PagesGrpc.AsyncService
Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
| Modifier and Type | Method and Description |
|---|---|
default void |
createPage(CreatePageRequest request,
io.grpc.stub.StreamObserver<Page> responseObserver)
Creates a page in the specified flow.
|
default void |
deletePage(DeletePageRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified page.
|
default void |
getPage(GetPageRequest request,
io.grpc.stub.StreamObserver<Page> responseObserver)
Retrieves the specified page.
|
default void |
listPages(ListPagesRequest request,
io.grpc.stub.StreamObserver<ListPagesResponse> responseObserver)
Returns the list of all pages in the specified flow.
|
default void |
updatePage(UpdatePageRequest request,
io.grpc.stub.StreamObserver<Page> responseObserver)
Updates the specified page.
|
default void listPages(ListPagesRequest request, io.grpc.stub.StreamObserver<ListPagesResponse> responseObserver)
Returns the list of all pages in the specified flow.
default void getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Retrieves the specified page.
default void createPage(CreatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
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).
default void updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
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).
default void deletePage(DeletePageRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
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.