OBJECT
ConversationalPrompt
link GraphQL Schema definition
- type ConversationalPrompt implements Node {
- # Context for the prompt optionally entered by client
- String :
- # Creation Timestamp of prompt: UTC datetime eg 2022-01-31T12:00:00.000Z
- DateTime! :
- # Global unique id for the prompt
- ID! :
- # Query prompt entered by client
- String! :
- # Unique id for the prompt within a session
- Int! :
- # Status of the prompt: ACTIVE, INTERRUPTED
- ConversationalPromptStatus :
- # List of public streams for the prompt
- ConversationalEventStreamConnection :
- }