Share via


ConversationResultBase interface

Shared attributes for all conversational task results.

Properties

id

Unique, non-empty conversation identifier.

statistics

If showStats=true was specified in the request this field will contain information about the conversation payload.

warnings

Warnings encountered while processing document.

Property Details

id

Unique, non-empty conversation identifier.

id: string

Property Value

string

statistics

If showStats=true was specified in the request this field will contain information about the conversation payload.

statistics?: ConversationStatistics

Property Value

warnings

Warnings encountered while processing document.

warnings: InputWarning[]

Property Value