AgentConversationCreateInput
Input data for starting a conversation with an agent.
input AgentConversationCreateInput {
message: AgentConversationCreateMessageInput!
}
Fields
AgentConversationCreateInput.message ● AgentConversationCreateMessageInput! non-null input
Initial message to send to the agent.
Member Of
agentConversationCreate mutation