public class ChatTextContent extends Object implements ChatContent
| コンストラクタと説明 |
|---|
ChatTextContent(String type,
String text)
コンストラクタ
|
ChatTextContent(String type,
String text,
String toolCallId) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getText() |
String |
getToolCallId()
関数呼び出しIDを返します。
|
String |
getType()
メッセージ本文の種別を返します。
|
int |
hashCode() |
void |
setText(String text) |
void |
setToolCallId(String toolCallId) |
void |
setType(String type) |
String |
toString() |
public ChatTextContent(String type, String text)
type - コンテンツタイプtext - テキストpublic String getType()
ChatContentgetType インタフェース内 ChatContentpublic String getText()
public String getToolCallId()
ChatContentgetToolCallId インタフェース内 ChatContentpublic void setType(String type)
public void setText(String text)
public void setToolCallId(String toolCallId)
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION