Page |
PagesClient.createPage(FlowName parent,
Page page) |
Creates a page in the specified flow.
|
TransitionRouteGroup |
TransitionRouteGroupsClient.createTransitionRouteGroup(FlowName parent,
TransitionRouteGroup transitionRouteGroup) |
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the
specified flow.
|
com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionOperationMetadata> |
VersionsClient.createVersionAsync(FlowName parent,
Version version) |
Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified
[Flow][google.cloud.dialogflow.cx.v3.Flow].
|
void |
FlowsClient.deleteFlow(FlowName name) |
Deletes a specified flow.
|
Flow |
FlowsClient.getFlow(FlowName name) |
Retrieves the specified flow.
|
PagesClient.ListPagesPagedResponse |
PagesClient.listPages(FlowName parent) |
Returns the list of all pages in the specified flow.
|
TransitionRouteGroupsClient.ListTransitionRouteGroupsPagedResponse |
TransitionRouteGroupsClient.listTransitionRouteGroups(FlowName parent) |
Returns the list of all transition route groups in the specified flow.
|
VersionsClient.ListVersionsPagedResponse |
VersionsClient.listVersions(FlowName parent) |
Returns the list of all versions in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct> |
FlowsClient.trainFlowAsync(FlowName name) |
Trains the specified flow.
|