Class StructuredChatCompletionCreateParams.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class StructuredChatCompletionCreateParams.Builder<T extends Object>
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        bodyfinal StructuredChatCompletionCreateParams.Builder<T> body(ChatCompletionCreateParams.Body body) 
 - 
                                        messagesfinal StructuredChatCompletionCreateParams.Builder<T> messages(List<ChatCompletionMessageParam> messages) 
 - 
                                        messagesfinal StructuredChatCompletionCreateParams.Builder<T> messages(JsonField<List<ChatCompletionMessageParam>> messages) 
 - 
                                        addMessagefinal StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionMessageParam message) 
 - 
                                        addMessagefinal StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionDeveloperMessageParam developer) 
 - 
                                        addMessagefinal StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionSystemMessageParam system) 
 - 
                                        addMessagefinal StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionUserMessageParam user) 
 - 
                                        addMessagefinal StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionAssistantMessageParam assistant) 
 - 
                                        addMessagefinal StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionMessage assistant) 
 - 
                                        addMessagefinal StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionToolMessageParam tool) 
 - 
                                        addMessage@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> addMessage(ChatCompletionFunctionMessageParam function) 
 - 
                                        addDeveloperMessagefinal StructuredChatCompletionCreateParams.Builder<T> addDeveloperMessage(ChatCompletionDeveloperMessageParam.Content content) 
 - 
                                        addDeveloperMessagefinal StructuredChatCompletionCreateParams.Builder<T> addDeveloperMessage(String text) 
 - 
                                        addDeveloperMessageOfArrayOfContentPartsfinal StructuredChatCompletionCreateParams.Builder<T> addDeveloperMessageOfArrayOfContentParts(List<ChatCompletionContentPartText> arrayOfContentParts) 
 - 
                                        addSystemMessagefinal StructuredChatCompletionCreateParams.Builder<T> addSystemMessage(ChatCompletionSystemMessageParam.Content content) 
 - 
                                        addSystemMessagefinal StructuredChatCompletionCreateParams.Builder<T> addSystemMessage(String text) 
 - 
                                        addSystemMessageOfArrayOfContentPartsfinal StructuredChatCompletionCreateParams.Builder<T> addSystemMessageOfArrayOfContentParts(List<ChatCompletionContentPartText> arrayOfContentParts) 
 - 
                                        addUserMessagefinal StructuredChatCompletionCreateParams.Builder<T> addUserMessage(ChatCompletionUserMessageParam.Content content) 
 - 
                                        addUserMessagefinal StructuredChatCompletionCreateParams.Builder<T> addUserMessage(String text) 
 - 
                                        addUserMessageOfArrayOfContentPartsfinal StructuredChatCompletionCreateParams.Builder<T> addUserMessageOfArrayOfContentParts(List<ChatCompletionContentPart> arrayOfContentParts) 
 - 
                                        addAssistantMessagefinal StructuredChatCompletionCreateParams.Builder<T> addAssistantMessage(ChatCompletionAssistantMessageParam.Content content) 
 - 
                                        addAssistantMessagefinal StructuredChatCompletionCreateParams.Builder<T> addAssistantMessage(Optional<ChatCompletionAssistantMessageParam.Content> content) 
 - 
                                        addAssistantMessagefinal StructuredChatCompletionCreateParams.Builder<T> addAssistantMessage(String text) 
 - 
                                        addAssistantMessageOfArrayOfContentPartsfinal StructuredChatCompletionCreateParams.Builder<T> addAssistantMessageOfArrayOfContentParts(List<ChatCompletionAssistantMessageParam.Content.ChatCompletionRequestAssistantMessageContentPart> arrayOfContentParts) 
 - 
                                        modelfinal StructuredChatCompletionCreateParams.Builder<T> model(ChatModel model) 
 - 
                                        modelfinal StructuredChatCompletionCreateParams.Builder<T> model(JsonField<ChatModel> model) 
 - 
                                        modelfinal StructuredChatCompletionCreateParams.Builder<T> model(String value) 
 - 
                                        audiofinal StructuredChatCompletionCreateParams.Builder<T> audio(ChatCompletionAudioParam audio) 
 - 
                                        audiofinal StructuredChatCompletionCreateParams.Builder<T> audio(Optional<ChatCompletionAudioParam> audio) 
 - 
                                        audiofinal StructuredChatCompletionCreateParams.Builder<T> audio(JsonField<ChatCompletionAudioParam> audio) 
 - 
                                        frequencyPenaltyfinal StructuredChatCompletionCreateParams.Builder<T> frequencyPenalty(Double frequencyPenalty) 
 - 
                                        frequencyPenaltyfinal StructuredChatCompletionCreateParams.Builder<T> frequencyPenalty(Double frequencyPenalty) 
 - 
                                        frequencyPenaltyfinal StructuredChatCompletionCreateParams.Builder<T> frequencyPenalty(Optional<Double> frequencyPenalty) 
 - 
                                        frequencyPenaltyfinal StructuredChatCompletionCreateParams.Builder<T> frequencyPenalty(JsonField<Double> frequencyPenalty) 
 - 
                                        functionCall@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> functionCall(ChatCompletionCreateParams.FunctionCall functionCall) 
 - 
                                        functionCall@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> functionCall(JsonField<ChatCompletionCreateParams.FunctionCall> functionCall) 
 - 
                                        functionCall@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> functionCall(ChatCompletionCreateParams.FunctionCall.FunctionCallMode mode) 
 - 
                                        functionCall@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> functionCall(ChatCompletionFunctionCallOption functionCallOption) 
 - 
                                        functions@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> functions(List<ChatCompletionCreateParams.Function> functions) 
 - 
                                        functions@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> functions(JsonField<List<ChatCompletionCreateParams.Function>> functions) 
 - 
                                        addFunction@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> addFunction(ChatCompletionCreateParams.Function function) 
 - 
                                        logitBiasfinal StructuredChatCompletionCreateParams.Builder<T> logitBias(ChatCompletionCreateParams.LogitBias logitBias) 
 - 
                                        logitBiasfinal StructuredChatCompletionCreateParams.Builder<T> logitBias(Optional<ChatCompletionCreateParams.LogitBias> logitBias) 
 - 
                                        logitBiasfinal StructuredChatCompletionCreateParams.Builder<T> logitBias(JsonField<ChatCompletionCreateParams.LogitBias> logitBias) 
 - 
                                        logprobsfinal StructuredChatCompletionCreateParams.Builder<T> logprobs(Boolean logprobs) 
 - 
                                        logprobsfinal StructuredChatCompletionCreateParams.Builder<T> logprobs(Boolean logprobs) 
 - 
                                        logprobsfinal StructuredChatCompletionCreateParams.Builder<T> logprobs(Optional<Boolean> logprobs) 
 - 
                                        logprobsfinal StructuredChatCompletionCreateParams.Builder<T> logprobs(JsonField<Boolean> logprobs) 
 - 
                                        maxCompletionTokensfinal StructuredChatCompletionCreateParams.Builder<T> maxCompletionTokens(Long maxCompletionTokens) 
 - 
                                        maxCompletionTokensfinal StructuredChatCompletionCreateParams.Builder<T> maxCompletionTokens(Long maxCompletionTokens) 
 - 
                                        maxCompletionTokensfinal StructuredChatCompletionCreateParams.Builder<T> maxCompletionTokens(Optional<Long> maxCompletionTokens) 
 - 
                                        maxCompletionTokensfinal StructuredChatCompletionCreateParams.Builder<T> maxCompletionTokens(JsonField<Long> maxCompletionTokens) 
 - 
                                        maxTokens@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> maxTokens(Long maxTokens) 
 - 
                                        maxTokens@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> maxTokens(Long maxTokens) 
 - 
                                        maxTokens@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> maxTokens(Optional<Long> maxTokens) 
 - 
                                        maxTokens@Deprecated(message = "deprecated") final StructuredChatCompletionCreateParams.Builder<T> maxTokens(JsonField<Long> maxTokens) 
 - 
                                        metadatafinal StructuredChatCompletionCreateParams.Builder<T> metadata(ChatCompletionCreateParams.Metadata metadata) 
 - 
                                        metadatafinal StructuredChatCompletionCreateParams.Builder<T> metadata(Optional<ChatCompletionCreateParams.Metadata> metadata) 
 - 
                                        metadatafinal StructuredChatCompletionCreateParams.Builder<T> metadata(JsonField<ChatCompletionCreateParams.Metadata> metadata) 
 - 
                                        modalitiesfinal StructuredChatCompletionCreateParams.Builder<T> modalities(List<ChatCompletionCreateParams.Modality> modalities) 
 - 
                                        modalitiesfinal StructuredChatCompletionCreateParams.Builder<T> modalities(Optional<List<ChatCompletionCreateParams.Modality>> modalities) 
 - 
                                        modalitiesfinal StructuredChatCompletionCreateParams.Builder<T> modalities(JsonField<List<ChatCompletionCreateParams.Modality>> modalities) 
 - 
                                        addModalityfinal StructuredChatCompletionCreateParams.Builder<T> addModality(ChatCompletionCreateParams.Modality modality) 
 - 
                                        nfinal StructuredChatCompletionCreateParams.Builder<T> n(Long n) 
 - 
                                        nfinal StructuredChatCompletionCreateParams.Builder<T> n(Long n) 
 - 
                                        nfinal StructuredChatCompletionCreateParams.Builder<T> n(Optional<Long> n) 
 - 
                                        nfinal StructuredChatCompletionCreateParams.Builder<T> n(JsonField<Long> n) 
 - 
                                        parallelToolCallsfinal StructuredChatCompletionCreateParams.Builder<T> parallelToolCalls(Boolean parallelToolCalls) 
 - 
                                        parallelToolCallsfinal StructuredChatCompletionCreateParams.Builder<T> parallelToolCalls(JsonField<Boolean> parallelToolCalls) 
 - 
                                        predictionfinal StructuredChatCompletionCreateParams.Builder<T> prediction(ChatCompletionPredictionContent prediction) 
 - 
                                        predictionfinal StructuredChatCompletionCreateParams.Builder<T> prediction(Optional<ChatCompletionPredictionContent> prediction) 
 - 
                                        predictionfinal StructuredChatCompletionCreateParams.Builder<T> prediction(JsonField<ChatCompletionPredictionContent> prediction) 
 - 
                                        promptCacheKeyfinal StructuredChatCompletionCreateParams.Builder<T> promptCacheKey(String promptCacheKey) 
 - 
                                        promptCacheKeyfinal StructuredChatCompletionCreateParams.Builder<T> promptCacheKey(JsonField<String> promptCacheKey) 
 - 
                                        presencePenaltyfinal StructuredChatCompletionCreateParams.Builder<T> presencePenalty(Double presencePenalty) 
 - 
                                        presencePenaltyfinal StructuredChatCompletionCreateParams.Builder<T> presencePenalty(Double presencePenalty) 
 - 
                                        presencePenaltyfinal StructuredChatCompletionCreateParams.Builder<T> presencePenalty(Optional<Double> presencePenalty) 
 - 
                                        presencePenaltyfinal StructuredChatCompletionCreateParams.Builder<T> presencePenalty(JsonField<Double> presencePenalty) 
 - 
                                        reasoningEffortfinal StructuredChatCompletionCreateParams.Builder<T> reasoningEffort(ReasoningEffort reasoningEffort) 
 - 
                                        reasoningEffortfinal StructuredChatCompletionCreateParams.Builder<T> reasoningEffort(Optional<ReasoningEffort> reasoningEffort) 
 - 
                                        reasoningEffortfinal StructuredChatCompletionCreateParams.Builder<T> reasoningEffort(JsonField<ReasoningEffort> reasoningEffort) 
 - 
                                        safetyIdentifierfinal StructuredChatCompletionCreateParams.Builder<T> safetyIdentifier(String safetyIdentifier) 
 - 
                                        safetyIdentifierfinal StructuredChatCompletionCreateParams.Builder<T> safetyIdentifier(JsonField<String> safetyIdentifier) 
 - 
                                        responseFormat@JvmOverloads() final StructuredChatCompletionCreateParams.Builder<T> responseFormat(Class<T> responseType, JsonSchemaLocalValidation localValidation) Sets the response format to a JSON schema derived from the structure of the given class. 
 - 
                                        responseFormat@JvmOverloads() final StructuredChatCompletionCreateParams.Builder<T> responseFormat(Class<T> responseType) Sets the response format to a JSON schema derived from the structure of the given class. 
 - 
                                        seedfinal StructuredChatCompletionCreateParams.Builder<T> seed(Long seed) 
 - 
                                        seedfinal StructuredChatCompletionCreateParams.Builder<T> seed(Long seed) 
 - 
                                        seedfinal StructuredChatCompletionCreateParams.Builder<T> seed(Optional<Long> seed) 
 - 
                                        seedfinal StructuredChatCompletionCreateParams.Builder<T> seed(JsonField<Long> seed) 
 - 
                                        serviceTierfinal StructuredChatCompletionCreateParams.Builder<T> serviceTier(ChatCompletionCreateParams.ServiceTier serviceTier) 
 - 
                                        serviceTierfinal StructuredChatCompletionCreateParams.Builder<T> serviceTier(Optional<ChatCompletionCreateParams.ServiceTier> serviceTier) 
 - 
                                        serviceTierfinal StructuredChatCompletionCreateParams.Builder<T> serviceTier(JsonField<ChatCompletionCreateParams.ServiceTier> serviceTier) 
 - 
                                        stopfinal StructuredChatCompletionCreateParams.Builder<T> stop(ChatCompletionCreateParams.Stop stop) 
 - 
                                        stopfinal StructuredChatCompletionCreateParams.Builder<T> stop(Optional<ChatCompletionCreateParams.Stop> stop) 
 - 
                                        stopfinal StructuredChatCompletionCreateParams.Builder<T> stop(JsonField<ChatCompletionCreateParams.Stop> stop) 
 - 
                                        stopfinal StructuredChatCompletionCreateParams.Builder<T> stop(String string) 
 - 
                                        stopOfStringsfinal StructuredChatCompletionCreateParams.Builder<T> stopOfStrings(List<String> strings) 
 - 
                                        storefinal StructuredChatCompletionCreateParams.Builder<T> store(Boolean store) 
 - 
                                        storefinal StructuredChatCompletionCreateParams.Builder<T> store(Boolean store) 
 - 
                                        storefinal StructuredChatCompletionCreateParams.Builder<T> store(Optional<Boolean> store) 
 - 
                                        storefinal StructuredChatCompletionCreateParams.Builder<T> store(JsonField<Boolean> store) 
 - 
                                        streamOptionsfinal StructuredChatCompletionCreateParams.Builder<T> streamOptions(ChatCompletionStreamOptions streamOptions) 
 - 
                                        streamOptionsfinal StructuredChatCompletionCreateParams.Builder<T> streamOptions(Optional<ChatCompletionStreamOptions> streamOptions) 
 - 
                                        streamOptionsfinal StructuredChatCompletionCreateParams.Builder<T> streamOptions(JsonField<ChatCompletionStreamOptions> streamOptions) 
 - 
                                        temperaturefinal StructuredChatCompletionCreateParams.Builder<T> temperature(Double temperature) 
 - 
                                        temperaturefinal StructuredChatCompletionCreateParams.Builder<T> temperature(Double temperature) 
 - 
                                        temperaturefinal StructuredChatCompletionCreateParams.Builder<T> temperature(Optional<Double> temperature) 
 - 
                                        temperaturefinal StructuredChatCompletionCreateParams.Builder<T> temperature(JsonField<Double> temperature) 
 - 
                                        toolChoicefinal StructuredChatCompletionCreateParams.Builder<T> toolChoice(ChatCompletionToolChoiceOption toolChoice) 
 - 
                                        toolChoicefinal StructuredChatCompletionCreateParams.Builder<T> toolChoice(JsonField<ChatCompletionToolChoiceOption> toolChoice) 
 - 
                                        toolChoicefinal StructuredChatCompletionCreateParams.Builder<T> toolChoice(ChatCompletionToolChoiceOption.Auto auto) 
 - 
                                        toolChoicefinal StructuredChatCompletionCreateParams.Builder<T> toolChoice(ChatCompletionNamedToolChoice namedToolChoice) 
 - 
                                        toolChoicefinal StructuredChatCompletionCreateParams.Builder<T> toolChoice(ChatCompletionAllowedToolChoice allowedToolChoice) 
 - 
                                        toolChoicefinal StructuredChatCompletionCreateParams.Builder<T> toolChoice(ChatCompletionNamedToolChoiceCustom namedToolChoiceCustom) 
 - 
                                        toolsfinal StructuredChatCompletionCreateParams.Builder<T> tools(List<ChatCompletionTool> tools) 
 - 
                                        toolsfinal StructuredChatCompletionCreateParams.Builder<T> tools(JsonField<List<ChatCompletionTool>> tools) 
 - 
                                        addToolfinal StructuredChatCompletionCreateParams.Builder<T> addTool(ChatCompletionTool tool) 
 - 
                                        addToolfinal StructuredChatCompletionCreateParams.Builder<T> addTool(ChatCompletionFunctionTool function) 
 - 
                                        addToolfinal StructuredChatCompletionCreateParams.Builder<T> addTool(ChatCompletionCustomTool custom) 
 - 
                                        addTool@JvmOverloads() final StructuredChatCompletionCreateParams.Builder<T> addTool(Class<?> functionParametersType, JsonSchemaLocalValidation localValidation) 
 - 
                                        addTool@JvmOverloads() final StructuredChatCompletionCreateParams.Builder<T> addTool(Class<?> functionParametersType) 
 - 
                                        addFunctionToolfinal StructuredChatCompletionCreateParams.Builder<T> addFunctionTool(FunctionDefinition function) 
 - 
                                        addCustomToolfinal StructuredChatCompletionCreateParams.Builder<T> addCustomTool(ChatCompletionCustomTool.Custom custom) 
 - 
                                        topLogprobsfinal StructuredChatCompletionCreateParams.Builder<T> topLogprobs(Long topLogprobs) 
 - 
                                        topLogprobsfinal StructuredChatCompletionCreateParams.Builder<T> topLogprobs(Long topLogprobs) 
 - 
                                        topLogprobsfinal StructuredChatCompletionCreateParams.Builder<T> topLogprobs(Optional<Long> topLogprobs) 
 - 
                                        topLogprobsfinal StructuredChatCompletionCreateParams.Builder<T> topLogprobs(JsonField<Long> topLogprobs) 
 - 
                                        topPfinal StructuredChatCompletionCreateParams.Builder<T> topP(Double topP) 
 - 
                                        topPfinal StructuredChatCompletionCreateParams.Builder<T> topP(Double topP) 
 - 
                                        topPfinal StructuredChatCompletionCreateParams.Builder<T> topP(Optional<Double> topP) 
 - 
                                        topPfinal StructuredChatCompletionCreateParams.Builder<T> topP(JsonField<Double> topP) 
 - 
                                        userfinal StructuredChatCompletionCreateParams.Builder<T> user(String user) 
 - 
                                        userfinal StructuredChatCompletionCreateParams.Builder<T> user(JsonField<String> user) 
 - 
                                        webSearchOptionsfinal StructuredChatCompletionCreateParams.Builder<T> webSearchOptions(ChatCompletionCreateParams.WebSearchOptions webSearchOptions) 
 - 
                                        webSearchOptionsfinal StructuredChatCompletionCreateParams.Builder<T> webSearchOptions(JsonField<ChatCompletionCreateParams.WebSearchOptions> webSearchOptions) 
 - 
                                        verbosityfinal StructuredChatCompletionCreateParams.Builder<T> verbosity(ChatCompletionCreateParams.Verbosity verbosity) 
 - 
                                        verbosityfinal StructuredChatCompletionCreateParams.Builder<T> verbosity(Optional<ChatCompletionCreateParams.Verbosity> verbosity) 
 - 
                                        verbosityfinal StructuredChatCompletionCreateParams.Builder<T> verbosity(JsonField<ChatCompletionCreateParams.Verbosity> verbosity) 
 - 
                                        additionalBodyPropertiesfinal StructuredChatCompletionCreateParams.Builder<T> additionalBodyProperties(Map<String, JsonValue> additionalBodyProperties) 
 - 
                                        putAdditionalBodyPropertyfinal StructuredChatCompletionCreateParams.Builder<T> putAdditionalBodyProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalBodyPropertiesfinal StructuredChatCompletionCreateParams.Builder<T> putAllAdditionalBodyProperties(Map<String, JsonValue> additionalBodyProperties) 
 - 
                                        removeAdditionalBodyPropertyfinal StructuredChatCompletionCreateParams.Builder<T> removeAdditionalBodyProperty(String key) 
 - 
                                        removeAllAdditionalBodyPropertiesfinal StructuredChatCompletionCreateParams.Builder<T> removeAllAdditionalBodyProperties(Set<String> keys) 
 - 
                                        additionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> additionalHeaders(Headers additionalHeaders) 
 - 
                                        additionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> additionalHeaders(Map<String, Iterable<String>> additionalHeaders) 
 - 
                                        putAdditionalHeaderfinal StructuredChatCompletionCreateParams.Builder<T> putAdditionalHeader(String name, String value) 
 - 
                                        putAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> putAdditionalHeaders(String name, Iterable<String> values) 
 - 
                                        putAllAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> putAllAdditionalHeaders(Headers additionalHeaders) 
 - 
                                        putAllAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> putAllAdditionalHeaders(Map<String, Iterable<String>> additionalHeaders) 
 - 
                                        replaceAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> replaceAdditionalHeaders(String name, String value) 
 - 
                                        replaceAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> replaceAdditionalHeaders(String name, Iterable<String> values) 
 - 
                                        replaceAllAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> replaceAllAdditionalHeaders(Headers additionalHeaders) 
 - 
                                        replaceAllAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> replaceAllAdditionalHeaders(Map<String, Iterable<String>> additionalHeaders) 
 - 
                                        removeAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> removeAdditionalHeaders(String name) 
 - 
                                        removeAllAdditionalHeadersfinal StructuredChatCompletionCreateParams.Builder<T> removeAllAdditionalHeaders(Set<String> names) 
 - 
                                        additionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> additionalQueryParams(QueryParams additionalQueryParams) 
 - 
                                        additionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> additionalQueryParams(Map<String, Iterable<String>> additionalQueryParams) 
 - 
                                        putAdditionalQueryParamfinal StructuredChatCompletionCreateParams.Builder<T> putAdditionalQueryParam(String key, String value) 
 - 
                                        putAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> putAdditionalQueryParams(String key, Iterable<String> values) 
 - 
                                        putAllAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> putAllAdditionalQueryParams(QueryParams additionalQueryParams) 
 - 
                                        putAllAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> putAllAdditionalQueryParams(Map<String, Iterable<String>> additionalQueryParams) 
 - 
                                        replaceAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> replaceAdditionalQueryParams(String key, String value) 
 - 
                                        replaceAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> replaceAdditionalQueryParams(String key, Iterable<String> values) 
 - 
                                        replaceAllAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> replaceAllAdditionalQueryParams(QueryParams additionalQueryParams) 
 - 
                                        replaceAllAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> replaceAllAdditionalQueryParams(Map<String, Iterable<String>> additionalQueryParams) 
 - 
                                        removeAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> removeAdditionalQueryParams(String key) 
 - 
                                        removeAllAdditionalQueryParamsfinal StructuredChatCompletionCreateParams.Builder<T> removeAllAdditionalQueryParams(Set<String> keys) 
 - 
                                        buildfinal StructuredChatCompletionCreateParams<T> build() Returns an immutable instance of StructuredChatCompletionCreateParams. Further updates to this Builder will not mutate the returned instance. The following fields are required: .messages() .model() .responseFormat()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-