Class InteractionAnalyzeParams.Body.Builder
-
- All Implemented Interfaces:
public final class InteractionAnalyzeParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
metadata
final InteractionAnalyzeParams.Body.Builder metadata(InteractionAnalyzeParams.Metadata metadata)
-
metadata
final InteractionAnalyzeParams.Body.Builder metadata(JsonField<InteractionAnalyzeParams.Metadata> metadata)
Sets Builder.metadata to an arbitrary JSON value.
You should usually call Builder.metadata with a well-typed Metadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
input
final InteractionAnalyzeParams.Body.Builder input(InteractionAnalyzeParams.Input input)
-
input
final InteractionAnalyzeParams.Body.Builder input(JsonField<InteractionAnalyzeParams.Input> input)
Sets Builder.input to an arbitrary JSON value.
You should usually call Builder.input with a well-typed Input value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
output
final InteractionAnalyzeParams.Body.Builder output(InteractionAnalyzeParams.Output output)
-
output
final InteractionAnalyzeParams.Body.Builder output(JsonField<InteractionAnalyzeParams.Output> output)
Sets Builder.output to an arbitrary JSON value.
You should usually call Builder.output with a well-typed Output value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InteractionAnalyzeParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InteractionAnalyzeParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InteractionAnalyzeParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InteractionAnalyzeParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InteractionAnalyzeParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InteractionAnalyzeParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.metadata()
-
-
-
-