Builder
A builder for UserInputStep.
Functions
Link copied to clipboard
Alias for calling addContent with Content.ofAudio(audio).
Adds a single Content to Builder.content.
Alias for calling addContent with Content.ofDocument(document).
Alias for calling addContent with Content.ofImage(image).
Alias for calling addContent with Content.ofText(text).
Alias for calling addContent with Content.ofVideo(video).
Link copied to clipboard
public final UserInputStep.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Alias for calling addContent with the following:
Link copied to clipboard
Returns an immutable instance of UserInputStep.
Link copied to clipboard
Sets Builder.content to an arbitrary JSON value.
Link copied to clipboard
Link copied to clipboard
public final UserInputStep.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the field to an arbitrary JSON value.