Optional
agent_For messages that are sent between the user and a human agent, we assign an agent type to the message to distinguish what type it is.
Optional
debugRelevant debug info intended to be passed on to developers.
This information should not include anything sensitive that might reveal details about our back-end environment that should not be public.
Optional
info?: Record<string, unknown>Any additional key-value pairs for debugging.
Optional
statusCode?: numberThe error code of any underlying error, despite the service returning 200.
Optional
text?: stringDeveloper-friendly error text.
Optional
message_Options that control additional features available for a message item.
The response type of this message item.
Optional
streaming_Metadata used identify a generic item within the context of a stream in order to correlate any updates meant for a specific item.
Optional
textSome end user friendly text describing the error and what they should do next.
If no specific text is passed, the client is responsible for fallback generic error message text.
Optional
user_An optional buckets of additional user defined properties for this item.
An inline error response generated by a conversational skill provider with a user-friendly text and developer debug info.