GenerateContentResponse

class GenerateContentResponse


Represents a response from the model.

Summary

Public properties

List<Candidate>

a non-empty list of possible responses generated from the model

List<Candidate>

Public properties

candidates

val candidates: List<Candidate>

a non-empty list of possible responses generated from the model

thoughtProcess

val thoughtProcess: List<Candidate>