public static final class PagesGrpc.PagesBlockingStub extends io.grpc.stub.AbstractBlockingStub<PagesGrpc.PagesBlockingStub>
Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
| Modifier and Type | Method and Description |
|---|---|
protected PagesGrpc.PagesBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Page |
createPage(CreatePageRequest request)
Creates a page in the specified flow.
|
com.google.protobuf.Empty |
deletePage(DeletePageRequest request)
Deletes the specified page.
|
Page |
getPage(GetPageRequest request)
Retrieves the specified page.
|
ListPagesResponse |
listPages(ListPagesRequest request)
Returns the list of all pages in the specified flow.
|
Page |
updatePage(UpdatePageRequest request)
Updates the specified page.
|
protected PagesGrpc.PagesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PagesGrpc.PagesBlockingStub>public ListPagesResponse listPages(ListPagesRequest request)
Returns the list of all pages in the specified flow.
public Page getPage(GetPageRequest request)
Retrieves the specified page.
public 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 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.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.