Class TextResponseFormat.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.TextResponseFormat.Builder
- Enclosing class:
- TextResponseFormat
-
Method Summary
Modifier and TypeMethodDescriptionbuild()mimeType(TextResponseFormatMimeType mimeType) The MIME type of the text output.The JSON schema that the output should conform to.
-
Method Details
-
mimeType
The MIME type of the text output. -
schema
The JSON schema that the output should conform to. Only applicable when mime_type is application/json. -
build
-