aiSegmentBuilderChat
No description
aiSegmentBuilderChat(
input: AiSegmentBuilderChatInput!
): AiAgentTurn!
Arguments
aiSegmentBuilderChat.input ● AiSegmentBuilderChatInput! non-null input
Type
AiAgentTurn object
Wrapper returned by every conversational-agent mutation (workflow builder,
segment builder, future actions chat). The payload is the same union
persisted on ChatMessage rows, so the UI uses one renderer registry for
both live mutation responses and polled history. chatConversationId is
populated on the very first turn of a new session so the client can stash
it and switch into "resume" mode for subsequent calls.


