후보자


class Candidate


모델의 응답 일부입니다. 응답의 Content 외에 FinishReason를 포함합니다.

요약

중첩된 유형

@IntDef(value = [0, 1, 2])
annotation Candidate.FinishReason

Candidate와 연결된 완료 이유

공개 생성자

@VisibleForTesting(otherwise = 3)
Candidate(content: Content, @Candidate.FinishReason finishReason: Int?)

공개 속성

Content
Int?

공개 생성자

후보자

@VisibleForTesting(otherwise = 3)
Candidate(content: Content, @Candidate.FinishReason finishReason: Int? = null)

공개 속성

콘텐츠

val contentContent

finishReason

val finishReasonInt?