public static interface Playbook.StepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstructionCase()
public abstract Playbook.Step.InstructionCase getInstructionCase()| Returns | |
|---|---|
| Type | Description |
Playbook.Step.InstructionCase |
|
getSteps(int index)
public abstract Playbook.Step getSteps(int index)Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Playbook.Step |
|
getStepsCount()
public abstract int getStepsCount()Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStepsList()
public abstract List<Playbook.Step> getStepsList()Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;
| Returns | |
|---|---|
| Type | Description |
List<Step> |
|
getStepsOrBuilder(int index)
public abstract Playbook.StepOrBuilder getStepsOrBuilder(int index)Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Playbook.StepOrBuilder |
|
getStepsOrBuilderList()
public abstract List<? extends Playbook.StepOrBuilder> getStepsOrBuilderList()Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3beta1.Playbook.StepOrBuilder> |
|
getText()
public abstract String getText()Step instruction in text format.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Step instruction in text format.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |
hasText()
public abstract boolean hasText()Step instruction in text format.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the text field is set. |