public static interface Playbook.InstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGuidelines()
General guidelines for the playbook.
|
com.google.protobuf.ByteString |
getGuidelinesBytes()
General guidelines for the playbook.
|
Playbook.Step |
getSteps(int index)
Ordered list of step by step execution instructions to accomplish
target goal.
|
int |
getStepsCount()
Ordered list of step by step execution instructions to accomplish
target goal.
|
List<Playbook.Step> |
getStepsList()
Ordered list of step by step execution instructions to accomplish
target goal.
|
Playbook.StepOrBuilder |
getStepsOrBuilder(int index)
Ordered list of step by step execution instructions to accomplish
target goal.
|
List<? extends Playbook.StepOrBuilder> |
getStepsOrBuilderList()
Ordered list of step by step execution instructions to accomplish
target goal.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGuidelines()
General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
string guidelines = 1;com.google.protobuf.ByteString getGuidelinesBytes()
General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
string guidelines = 1;List<Playbook.Step> getStepsList()
Ordered list of step by step execution instructions to accomplish target goal.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;Playbook.Step getSteps(int index)
Ordered list of step by step execution instructions to accomplish target goal.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;int getStepsCount()
Ordered list of step by step execution instructions to accomplish target goal.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;List<? extends Playbook.StepOrBuilder> getStepsOrBuilderList()
Ordered list of step by step execution instructions to accomplish target goal.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;Playbook.StepOrBuilder getStepsOrBuilder(int index)
Ordered list of step by step execution instructions to accomplish target goal.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;Copyright © 2025 Google LLC. All rights reserved.