public static interface Answer.StepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Answer.Step.Action |
getActions(int index)
Actions.
|
int |
getActionsCount()
Actions.
|
List<Answer.Step.Action> |
getActionsList()
Actions.
|
Answer.Step.ActionOrBuilder |
getActionsOrBuilder(int index)
Actions.
|
List<? extends Answer.Step.ActionOrBuilder> |
getActionsOrBuilderList()
Actions.
|
String |
getDescription()
The description of the step.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the step.
|
Answer.Step.State |
getState()
The state of the step.
|
int |
getStateValue()
The state of the step.
|
String |
getThought()
The thought of the step.
|
com.google.protobuf.ByteString |
getThoughtBytes()
The thought of the step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of the step.
.google.cloud.discoveryengine.v1alpha.Answer.Step.State state = 1;Answer.Step.State getState()
The state of the step.
.google.cloud.discoveryengine.v1alpha.Answer.Step.State state = 1;String getDescription()
The description of the step.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
The description of the step.
string description = 2;String getThought()
The thought of the step.
string thought = 3;com.google.protobuf.ByteString getThoughtBytes()
The thought of the step.
string thought = 3;List<Answer.Step.Action> getActionsList()
Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;Answer.Step.Action getActions(int index)
Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;int getActionsCount()
Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;List<? extends Answer.Step.ActionOrBuilder> getActionsOrBuilderList()
Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;Answer.Step.ActionOrBuilder getActionsOrBuilder(int index)
Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;Copyright © 2024 Google LLC. All rights reserved.