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.v3.Flow flow = 2;
| Returns | |
|---|---|
| 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.v3.Flow flow = 2;
| Returns | |
|---|---|
| Type | Description |
FlowOrBuilder |
|
getKindCase()
public abstract TransitionCoverage.TransitionNode.KindCase getKindCase()| Returns | |
|---|---|
| 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.v3.Page page = 1;
| Returns | |
|---|---|
| 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.v3.Page page = 1;
| Returns | |
|---|---|
| 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.v3.Flow flow = 2;
| Returns | |
|---|---|
| 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.v3.Page page = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the page field is set. |