insert_utterances_one
insert a single row into the table: "utterances"
Input fields
object (
utterances_insert_input!
)
the row to be inserted
Return fields
conversation (
conversations!
)
An object relationship
conversation_id (
Int!
)
end_user (
end_users
)
An object relationship
end_user_id (
Int
)
normalized_utterance (
String!
)
speaker_type (
speaker_type_enum_enum!
)
speaker_type_enum (
speaker_type_enum!
)
An object relationship
timestamp (
timestamptz!
)
utterance (
String!
)