public static interface TransitionCoverage.TransitionNodeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFlow()
public abstract Flow getFlow()Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;
| Type | Description |
| Flow | The flow. |
getFlowOrBuilder()
public abstract FlowOrBuilder getFlowOrBuilder()Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;
| Type | Description |
| FlowOrBuilder |
getKindCase()
public abstract TransitionCoverage.TransitionNode.KindCase getKindCase()| Type | Description |
| TransitionCoverage.TransitionNode.KindCase |
getPage()
public abstract Page getPage()Indicates a transition to a Page. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Page page = 1;
| Type | Description |
| Page | The page. |
getPageOrBuilder()
public abstract PageOrBuilder getPageOrBuilder()Indicates a transition to a Page. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Page page = 1;
| Type | Description |
| PageOrBuilder |
hasFlow()
public abstract boolean hasFlow()Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;
| Type | Description |
| boolean | Whether the flow field is set. |
hasPage()
public abstract boolean hasPage()Indicates a transition to a Page. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Page page = 1;
| Type | Description |
| boolean | Whether the page field is set. |