public static interface Answer.StepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActions(int index)
public abstract Answer.Step.Action getActions(int index)Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.Action |
|
getActionsCount()
public abstract int getActionsCount()Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getActionsList()
public abstract List<Answer.Step.Action> getActionsList()Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description |
List<Action> |
|
getActionsOrBuilder(int index)
public abstract Answer.Step.ActionOrBuilder getActionsOrBuilder(int index)Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Answer.Step.ActionOrBuilder |
|
getActionsOrBuilderList()
public abstract List<? extends Answer.Step.ActionOrBuilder> getActionsOrBuilderList()Actions.
repeated .google.cloud.discoveryengine.v1alpha.Answer.Step.Action actions = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1alpha.Answer.Step.ActionOrBuilder> |
|
getDescription()
public abstract String getDescription()The description of the step.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The description of the step.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getState()
public abstract Answer.Step.State getState()The state of the step.
.google.cloud.discoveryengine.v1alpha.Answer.Step.State state = 1;
| Returns | |
|---|---|
| Type | Description |
Answer.Step.State |
The state. |
getStateValue()
public abstract int getStateValue()The state of the step.
.google.cloud.discoveryengine.v1alpha.Answer.Step.State state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getThought()
public abstract String getThought()The thought of the step.
string thought = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The thought. |
getThoughtBytes()
public abstract ByteString getThoughtBytes()The thought of the step.
string thought = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for thought. |