public static interface AgentCoachingSuggestion.SourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstructionIndexes(int index)
public abstract int getInstructionIndexes(int index)Output only. Source instruction indexes for the suggestion. This is the index of the applicable_instructions field.
repeated int32 instruction_indexes = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The instructionIndexes at the given index. |
getInstructionIndexesCount()
public abstract int getInstructionIndexesCount()Output only. Source instruction indexes for the suggestion. This is the index of the applicable_instructions field.
repeated int32 instruction_indexes = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of instructionIndexes. |
getInstructionIndexesList()
public abstract List<Integer> getInstructionIndexesList()Output only. Source instruction indexes for the suggestion. This is the index of the applicable_instructions field.
repeated int32 instruction_indexes = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the instructionIndexes. |