GenSearchMessage
description
A single message within a conversation thread, containing both request and response.
type GenSearchMessage {
id: String!
request: GenSearchMessageRequest!
response: GenSearchMessageResponse
}
Fields
GenSearchMessage.id ● String! non-null scalar graph-ql-types
Unique identifier for this message. @exposed