public static interface TransitionCoverage.TransitionNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Flow |
getFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
FlowOrBuilder |
getFlowOrBuilder()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
TransitionCoverage.TransitionNode.KindCase |
getKindCase() |
Page |
getPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3.Page].
|
PageOrBuilder |
getPageOrBuilder()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3.Page].
|
boolean |
hasFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3.Flow].
|
boolean |
hasPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3.Page].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3.Page]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3.Page page = 1;Page getPage()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3.Page]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3.Page page = 1;PageOrBuilder getPageOrBuilder()
Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3.Page]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3.Page page = 1;boolean hasFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3.Flow]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3.Flow flow = 2;Flow getFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3.Flow]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3.Flow flow = 2;FlowOrBuilder getFlowOrBuilder()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3.Flow]. Only some fields such as name and displayname will be set.
.google.cloud.dialogflow.cx.v3.Flow flow = 2;TransitionCoverage.TransitionNode.KindCase getKindCase()
Copyright © 2022 Google LLC. All rights reserved.