Class PagesGrpc.PagesBlockingStub

  • Enclosing class:
    PagesGrpc

    public static final class PagesGrpc.PagesBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<PagesGrpc.PagesBlockingStub>
    A stub to allow clients to do synchronous rpc calls to service Pages.
     Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
     
    • Method Detail

      • createPage

        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).
         
      • updatePage

        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).
         
      • deletePage

        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).