AiSuggestion
No description
type AiSuggestion {
conversationId: String!
id: ID!
type: String!
value: JSON
}
Fields
AiSuggestion.conversationId ● String! non-null scalar common
The id of a ticket that suggestion belongs to.
AiSuggestion.id ● ID! non-null scalar common
AiSuggestion.type ● String! non-null scalar common
The type of the suggestion.
AiSuggestion.value ● JSON scalar common
The value of suggestion.
Member of
AiSuggestionConnection object ● AiSuggestionEdge object