modelTurn

public abstract LiveServerContent.Builder modelTurn(Content modelTurn)

Setter for modelTurn.

modelTurn: The content that the model has generated as part of the current conversation with the user.


@CanIgnoreReturnValue()
public LiveServerContent.Builder modelTurn(Content.Builder modelTurnBuilder)

Setter for modelTurn builder.

modelTurn: The content that the model has generated as part of the current conversation with the user.