response Modalities
@CanIgnoreReturnValue()
Setter for responseModalities.
responseModalities: The requested modalities of the response. Represents the set of modalities that the model can return. Defaults to AUDIO if not specified.
@CanIgnoreReturnValue()
Setter for responseModalities given a varargs of strings.
responseModalities: The requested modalities of the response. Represents the set of modalities that the model can return. Defaults to AUDIO if not specified.
@CanIgnoreReturnValue()
Setter for responseModalities given a varargs of known enums.
responseModalities: The requested modalities of the response. Represents the set of modalities that the model can return. Defaults to AUDIO if not specified.