Class SessionObserveParams.Body
-
- All Implemented Interfaces:
public final class SessionObserveParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionObserveParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>frameId()Target frame ID for the observation final Optional<String>instruction()Natural language instruction for what actions to find final Optional<SessionObserveParams.Options>options()final JsonField<String>_frameId()Returns the raw JSON value of frameId. final JsonField<String>_instruction()Returns the raw JSON value of instruction. final JsonField<SessionObserveParams.Options>_options()Returns the raw JSON value of options. final Map<String, JsonValue>_additionalProperties()final SessionObserveParams.Body.BuildertoBuilder()final SessionObserveParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionObserveParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
instruction
final Optional<String> instruction()
Natural language instruction for what actions to find
-
options
final Optional<SessionObserveParams.Options> options()
-
_frameId
final JsonField<String> _frameId()
Returns the raw JSON value of frameId.
Unlike frameId, this method doesn't throw if the JSON field has an unexpected type.
-
_instruction
final JsonField<String> _instruction()
Returns the raw JSON value of instruction.
Unlike instruction, this method doesn't throw if the JSON field has an unexpected type.
-
_options
final JsonField<SessionObserveParams.Options> _options()
Returns the raw JSON value of options.
Unlike options, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionObserveParams.Body.Builder toBuilder()
-
validate
final SessionObserveParams.Body validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SessionObserveParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-