public static final class Playbook.Step extends GeneratedMessageV3 implements Playbook.StepOrBuilder
Message of single step execution.
Protobuf type google.cloud.dialogflow.cx.v3beta1.Playbook.Step
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
STEPS_FIELD_NUMBER
public static final int STEPS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Playbook.Step getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Playbook.Step.Builder newBuilder()
newBuilder(Playbook.Step prototype)
public static Playbook.Step.Builder newBuilder(Playbook.Step prototype)
public static Playbook.Step parseDelimitedFrom(InputStream input)
public static Playbook.Step parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Playbook.Step parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Playbook.Step parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Playbook.Step parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Playbook.Step parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Playbook.Step parseFrom(CodedInputStream input)
public static Playbook.Step parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Playbook.Step parseFrom(InputStream input)
public static Playbook.Step parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Playbook.Step parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Playbook.Step parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Playbook.Step> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Playbook.Step getDefaultInstanceForType()
getInstructionCase()
public Playbook.Step.InstructionCase getInstructionCase()
getParserForType()
public Parser<Playbook.Step> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSteps(int index)
public 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
|
getStepsCount()
public 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 List<Playbook.Step> getStepsList()
Sub-processing needed to execute the current step.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;
getStepsOrBuilder(int index)
public 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
|
getStepsOrBuilderList()
public 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()
Step instruction in text format.
string text = 1;
Returns |
Type |
Description |
String |
The text.
|
getTextBytes()
public ByteString getTextBytes()
Step instruction in text format.
string text = 1;
Returns |
Type |
Description |
ByteString |
The bytes for text.
|
hasText()
Step instruction in text format.
string text = 1;
Returns |
Type |
Description |
boolean |
Whether the text field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Playbook.Step.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Playbook.Step.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Playbook.Step.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides