AssistantConversationMessage
type AssistantConversationMessage {
id: String!
request: AssistantConversationMessageRequest!
response: AssistantConversationMessageResponse
documentList(
first: Int
after: String
last: Int
before: String
): AssistantDocumentListConnection
artifacts: [AssistantConversationMessageArtifact!]
}
Fields
AssistantConversationMessage.id ● String! non-null scalar graph-ql-types
@exposed
AssistantConversationMessage.request ● AssistantConversationMessageRequest! non-null object graph-ql-types
The request details of the conversation message. @exposed
AssistantConversationMessage.response ● AssistantConversationMessageResponse object graph-ql-types
The response generated for the conversation message. @exposed
AssistantConversationMessage.documentList ● AssistantDocumentListConnection object graph-ql-types
List of documents generated by AI including summaries @exposed
AssistantConversationMessage.documentList.first ● Int scalar graph-ql-types
AssistantConversationMessage.documentList.after ● String scalar graph-ql-types
AssistantConversationMessage.documentList.last ● Int scalar graph-ql-types
AssistantConversationMessage.documentList.before ● String scalar graph-ql-types
AssistantConversationMessage.artifacts ● [AssistantConversationMessageArtifact!] list union graph-ql-types
Artifacts generated with the response (slides, etc.) @exposed
Member Of
AssistantConversationMessageEdge object ● AssistantDeltaMessageSet object