public static interface Playbook.StepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Playbook.Step.InstructionCase |
getInstructionCase() |
Playbook.Step |
getSteps(int index)
Sub-processing needed to execute the current step.
|
int |
getStepsCount()
Sub-processing needed to execute the current step.
|
List<Playbook.Step> |
getStepsList()
Sub-processing needed to execute the current step.
|
Playbook.StepOrBuilder |
getStepsOrBuilder(int index)
Sub-processing needed to execute the current step.
|
List<? extends Playbook.StepOrBuilder> |
getStepsOrBuilderList()
Sub-processing needed to execute the current step.
|
String |
getText()
Step instruction in text format.
|
com.google.protobuf.ByteString |
getTextBytes()
Step instruction in text format.
|
boolean |
hasText()
Step instruction in text format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
Step instruction in text format.
string text = 1;String getText()
Step instruction in text format.
string text = 1;com.google.protobuf.ByteString getTextBytes()
Step instruction in text format.
string text = 1;List<Playbook.Step> getStepsList()
Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;Playbook.Step getSteps(int index)
Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;int getStepsCount()
Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;List<? extends Playbook.StepOrBuilder> getStepsOrBuilderList()
Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;Playbook.StepOrBuilder getStepsOrBuilder(int index)
Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;Playbook.Step.InstructionCase getInstructionCase()
Copyright © 2025 Google LLC. All rights reserved.