input
The input for the interaction.
public final CreateModelInteractionParams.Builder input(JsonField<CreateModelInteractionParams.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.
Alias for calling input with Input.ofString(string).
Alias for calling input with Input.ofTextContent(textContent).
Alias for calling input with Input.ofImageContent(imageContent).
Alias for calling input with Input.ofAudioContent(audioContent).
Alias for calling input with Input.ofDocumentContent(documentContent).
Alias for calling input with Input.ofVideoContent(videoContent).