Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Page
-
Packages that use Page Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of Page in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Page Modifier and Type Method Description Page
Page.Builder. build()
Page
Page.Builder. buildPartial()
Page
PagesClient. createPage(CreatePageRequest request)
Creates a page in the specified flow.Page
PagesClient. createPage(FlowName parent, Page page)
Creates a page in the specified flow.Page
PagesClient. createPage(String parent, Page page)
Creates a page in the specified flow.Page
PagesGrpc.PagesBlockingStub. createPage(CreatePageRequest request)
Creates a page in the specified flow.Page
ConversationTurn.VirtualAgentOutput.Builder. getCurrentPage()
The [Page][google.cloud.dialogflow.cx.v3beta1.Page] on which the utterance was spoken.Page
ConversationTurn.VirtualAgentOutput. getCurrentPage()
The [Page][google.cloud.dialogflow.cx.v3beta1.Page] on which the utterance was spoken.Page
ConversationTurn.VirtualAgentOutputOrBuilder. getCurrentPage()
The [Page][google.cloud.dialogflow.cx.v3beta1.Page] on which the utterance was spoken.Page
MatchIntentResponse.Builder. getCurrentPage()
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
MatchIntentResponse. getCurrentPage()
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
MatchIntentResponseOrBuilder. getCurrentPage()
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
QueryResult.Builder. getCurrentPage()
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
QueryResult. getCurrentPage()
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
QueryResultOrBuilder. getCurrentPage()
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].static Page
Page. getDefaultInstance()
Page
Page.Builder. getDefaultInstanceForType()
Page
Page. getDefaultInstanceForType()
Page
CreatePageRequest.Builder. getPage()
Required.Page
CreatePageRequest. getPage()
Required.Page
CreatePageRequestOrBuilder. getPage()
Required.Page
PagesClient. getPage(GetPageRequest request)
Retrieves the specified page.Page
PagesClient. getPage(PageName name)
Retrieves the specified page.Page
PagesClient. getPage(String name)
Retrieves the specified page.Page
PagesGrpc.PagesBlockingStub. getPage(GetPageRequest request)
Retrieves the specified page.Page
TransitionCoverage.TransitionNode.Builder. getPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
TransitionCoverage.TransitionNode. getPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
TransitionCoverage.TransitionNodeOrBuilder. getPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page
UpdatePageRequest.Builder. getPage()
Required.Page
UpdatePageRequest. getPage()
Required.Page
UpdatePageRequestOrBuilder. getPage()
Required.Page
ListPagesResponse.Builder. getPages(int index)
The list of pages.Page
ListPagesResponse. getPages(int index)
The list of pages.Page
ListPagesResponseOrBuilder. getPages(int index)
The list of pages.static Page
Page. parseDelimitedFrom(InputStream input)
static Page
Page. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(byte[] data)
static Page
Page. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(com.google.protobuf.ByteString data)
static Page
Page. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(com.google.protobuf.CodedInputStream input)
static Page
Page. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(InputStream input)
static Page
Page. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Page
Page. parseFrom(ByteBuffer data)
static Page
Page. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Page
PagesClient. updatePage(Page page, com.google.protobuf.FieldMask updateMask)
Updates the specified page.Page
PagesClient. updatePage(UpdatePageRequest request)
Updates the specified page.Page
PagesGrpc.PagesBlockingStub. updatePage(UpdatePageRequest request)
Updates the specified page.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type Page Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Page>
PagesGrpc.PagesFutureStub. createPage(CreatePageRequest request)
Creates a page in the specified flow.com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,Page>
PagesClient. createPageCallable()
Creates a page in the specified flow.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePageRequest,Page>
PagesSettings.Builder. createPageSettings()
Returns the builder for the settings used for calls to createPage.com.google.api.gax.rpc.UnaryCallSettings<CreatePageRequest,Page>
PagesSettings. createPageSettings()
Returns the object with the settings used for calls to createPage.static io.grpc.MethodDescriptor<CreatePageRequest,Page>
PagesGrpc. getCreatePageMethod()
static io.grpc.MethodDescriptor<GetPageRequest,Page>
PagesGrpc. getGetPageMethod()
com.google.common.util.concurrent.ListenableFuture<Page>
PagesGrpc.PagesFutureStub. getPage(GetPageRequest request)
Retrieves the specified page.com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
PagesClient. getPageCallable()
Retrieves the specified page.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPageRequest,Page>
PagesSettings.Builder. getPageSettings()
Returns the builder for the settings used for calls to getPage.com.google.api.gax.rpc.UnaryCallSettings<GetPageRequest,Page>
PagesSettings. getPageSettings()
Returns the object with the settings used for calls to getPage.List<Page>
ListPagesResponse.Builder. getPagesList()
The list of pages.List<Page>
ListPagesResponse. getPagesList()
The list of pages.List<Page>
ListPagesResponseOrBuilder. getPagesList()
The list of pages.com.google.protobuf.Parser<Page>
Page. getParserForType()
static io.grpc.MethodDescriptor<UpdatePageRequest,Page>
PagesGrpc. getUpdatePageMethod()
static com.google.protobuf.Parser<Page>
Page. parser()
com.google.common.util.concurrent.ListenableFuture<Page>
PagesGrpc.PagesFutureStub. updatePage(UpdatePageRequest request)
Updates the specified page.com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>
PagesClient. updatePageCallable()
Updates the specified page.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePageRequest,Page>
PagesSettings.Builder. updatePageSettings()
Returns the builder for the settings used for calls to updatePage.com.google.api.gax.rpc.UnaryCallSettings<UpdatePageRequest,Page>
PagesSettings. updatePageSettings()
Returns the object with the settings used for calls to updatePage.Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type Page Modifier and Type Method Description ListPagesResponse.Builder
ListPagesResponse.Builder. addPages(int index, Page value)
The list of pages.ListPagesResponse.Builder
ListPagesResponse.Builder. addPages(Page value)
The list of pages.Page
PagesClient. createPage(FlowName parent, Page page)
Creates a page in the specified flow.Page
PagesClient. createPage(String parent, Page page)
Creates a page in the specified flow.ConversationTurn.VirtualAgentOutput.Builder
ConversationTurn.VirtualAgentOutput.Builder. mergeCurrentPage(Page value)
The [Page][google.cloud.dialogflow.cx.v3beta1.Page] on which the utterance was spoken.MatchIntentResponse.Builder
MatchIntentResponse.Builder. mergeCurrentPage(Page value)
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].QueryResult.Builder
QueryResult.Builder. mergeCurrentPage(Page value)
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].Page.Builder
Page.Builder. mergeFrom(Page other)
CreatePageRequest.Builder
CreatePageRequest.Builder. mergePage(Page value)
Required.TransitionCoverage.TransitionNode.Builder
TransitionCoverage.TransitionNode.Builder. mergePage(Page value)
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].UpdatePageRequest.Builder
UpdatePageRequest.Builder. mergePage(Page value)
Required.static Page.Builder
Page. newBuilder(Page prototype)
ConversationTurn.VirtualAgentOutput.Builder
ConversationTurn.VirtualAgentOutput.Builder. setCurrentPage(Page value)
The [Page][google.cloud.dialogflow.cx.v3beta1.Page] on which the utterance was spoken.MatchIntentResponse.Builder
MatchIntentResponse.Builder. setCurrentPage(Page value)
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].QueryResult.Builder
QueryResult.Builder. setCurrentPage(Page value)
The current [Page][google.cloud.dialogflow.cx.v3beta1.Page].CreatePageRequest.Builder
CreatePageRequest.Builder. setPage(Page value)
Required.TransitionCoverage.TransitionNode.Builder
TransitionCoverage.TransitionNode.Builder. setPage(Page value)
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].UpdatePageRequest.Builder
UpdatePageRequest.Builder. setPage(Page value)
Required.ListPagesResponse.Builder
ListPagesResponse.Builder. setPages(int index, Page value)
The list of pages.Page
PagesClient. updatePage(Page page, com.google.protobuf.FieldMask updateMask)
Updates the specified page.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type Page Modifier and Type Method Description ListPagesResponse.Builder
ListPagesResponse.Builder. addAllPages(Iterable<? extends Page> values)
The list of pages.static com.google.api.core.ApiFuture<PagesClient.ListPagesPagedResponse>
PagesClient.ListPagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPagesRequest,ListPagesResponse,Page> context, com.google.api.core.ApiFuture<ListPagesResponse> futureResponse)
protected PagesClient.ListPagesPage
PagesClient.ListPagesPage. createPage(com.google.api.gax.rpc.PageContext<ListPagesRequest,ListPagesResponse,Page> context, ListPagesResponse response)
default void
PagesGrpc.AsyncService. createPage(CreatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Creates a page in the specified flow.void
PagesGrpc.PagesStub. createPage(CreatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Creates a page in the specified flow.com.google.api.core.ApiFuture<PagesClient.ListPagesPage>
PagesClient.ListPagesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPagesRequest,ListPagesResponse,Page> context, com.google.api.core.ApiFuture<ListPagesResponse> futureResponse)
default void
PagesGrpc.AsyncService. getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Retrieves the specified page.void
PagesGrpc.PagesStub. getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Retrieves the specified page.default void
PagesGrpc.AsyncService. updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Updates the specified page.void
PagesGrpc.PagesStub. updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Updates the specified page. -
Uses of Page in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type Page Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,Page>
GrpcPagesStub. createPageCallable()
com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,Page>
HttpJsonPagesStub. createPageCallable()
com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,Page>
PagesStub. createPageCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePageRequest,Page>
PagesStubSettings.Builder. createPageSettings()
Returns the builder for the settings used for calls to createPage.com.google.api.gax.rpc.UnaryCallSettings<CreatePageRequest,Page>
PagesStubSettings. createPageSettings()
Returns the object with the settings used for calls to createPage.com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
GrpcPagesStub. getPageCallable()
com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
HttpJsonPagesStub. getPageCallable()
com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
PagesStub. getPageCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPageRequest,Page>
PagesStubSettings.Builder. getPageSettings()
Returns the builder for the settings used for calls to getPage.com.google.api.gax.rpc.UnaryCallSettings<GetPageRequest,Page>
PagesStubSettings. getPageSettings()
Returns the object with the settings used for calls to getPage.com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>
GrpcPagesStub. updatePageCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>
HttpJsonPagesStub. updatePageCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>
PagesStub. updatePageCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePageRequest,Page>
PagesStubSettings.Builder. updatePageSettings()
Returns the builder for the settings used for calls to updatePage.com.google.api.gax.rpc.UnaryCallSettings<UpdatePageRequest,Page>
PagesStubSettings. updatePageSettings()
Returns the object with the settings used for calls to updatePage.
-