TextPart interface

부분이 텍스트 문자열을 나타내는 경우 콘텐츠 부분 인터페이스입니다.

서명:

export interface TextPart 

속성

속성 유형 설명
함수 호출 예약되지 않음
functionResponse 예약되지 않음
inlineData 예약되지 않음
text 문자열

TextPart.function호출

서명:

functionCall?: never;

TextPart.functionResponse

서명:

functionResponse?: never;

TextPart.inlineData

서명:

inlineData?: never;

TextPart.text

서명:

text: string;