OBJECT
ConversationalEventStreamConnection
link GraphQL Schema definition
- type ConversationalEventStreamConnection implements Connection {
- # Count of streams in this page.
- Int! :
- # relay-compatible connection edge
- ConversationalEventStreamEdge!] : [
- PageInfo! :
- # List of streams for a conversational prompt within a session for the user
- ConversationalEventStream!] : [
- # Optional total count of streams
- Int :
- }