public static interface InputValue.ChoiceInputValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChoiceInputOptionId()
public abstract String getChoiceInputOptionId()Required. Id of the option that was selected by the business.
string choice_input_option_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The choiceInputOptionId. |
getChoiceInputOptionIdBytes()
public abstract ByteString getChoiceInputOptionIdBytes()Required. Id of the option that was selected by the business.
string choice_input_option_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for choiceInputOptionId. |