Interface TransitionCoverage.TransitionNodeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransitionCoverage.TransitionNode,TransitionCoverage.TransitionNode.Builder
- Enclosing class:
- TransitionCoverage
public static interface TransitionCoverage.TransitionNodeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowgetFlow()Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].FlowOrBuildergetFlowOrBuilder()Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].TransitionCoverage.TransitionNode.KindCasegetKindCase()PagegetPage()Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].PageOrBuildergetPageOrBuilder()Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].booleanhasFlow()Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].booleanhasPage()Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPage
boolean hasPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Page page = 1;- Returns:
- Whether the page field is set.
-
getPage
Page getPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Page page = 1;- Returns:
- The page.
-
getPageOrBuilder
PageOrBuilder getPageOrBuilder()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Page page = 1;
-
hasFlow
boolean hasFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;- Returns:
- Whether the flow field is set.
-
getFlow
Flow getFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;- Returns:
- The flow.
-
getFlowOrBuilder
FlowOrBuilder getFlowOrBuilder()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;
-
getKindCase
TransitionCoverage.TransitionNode.KindCase getKindCase()
-
-