language
public final CodeExecutionCallArguments.Builder language(CodeExecutionCallArguments.Language language)
Programming language of the code.
public final CodeExecutionCallArguments.Builder language(JsonField<CodeExecutionCallArguments.Language> language)
Sets Builder.language to an arbitrary JSON value.
You should usually call Builder.language with a well-typed Language value instead. This method is primarily for setting the field to an undocumented or not yet supported value.