Interface TransitionCoverage.TransitionNodeOrBuilder (0.48.0)

public static interface TransitionCoverage.TransitionNodeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
FlowOrBuilder

getKindCase()

public abstract TransitionCoverage.TransitionNode.KindCase getKindCase()
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the page field is set.