ContextField
Definition of a context field defining additional context for eg a message, conversation, etc.
type ContextField {
name: String!
externalId: String!
type: ContextFieldDataType!
}
Fields
ContextField.name
● String!
non-null scalar
The name of the field
ContextField.externalId
● String!
non-null scalar
The external ID of the field
ContextField.type
● ContextFieldDataType!
non-null enum
The type of the field
Member Of
ContextFieldValue
object