OBJECT
ConversationalSession
link GraphQL Schema definition
- type ConversationalSession implements Node {
- # Summarized name for the conversation
- String! :
- # Creation Timestamp for session: UTC datetime eg 2022-01-31T12:00:00.000Z
- DateTime! :
- # Global unique id for the session node
- ID! :
- # Update Timestamp for session: UTC datetime eg 2022-01-31T12:00:00.000Z
- DateTime! :
- # List of conversational prompts within the session
- ConversationalPromptConnection :
- # Unique identifier for the session
- Int! :
- }