codeExecutionResult

public abstract Part.Builder codeExecutionResult(CodeExecutionResult codeExecutionResult)

Setter for codeExecutionResult.

codeExecutionResult: Optional. The result of executing the ExecutableCode.


@CanIgnoreReturnValue()
public Part.Builder codeExecutionResult(CodeExecutionResult.Builder codeExecutionResultBuilder)

Setter for codeExecutionResult builder.

codeExecutionResult: Optional. The result of executing the ExecutableCode.