SummaryResultConversationsItem interface
Shared attributes for all conversational task results.
Inherited 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. |
| summaries | |
| warnings | Warnings encountered while processing document. |
Inherited Property Details
id
Unique, non-empty conversation identifier.
id: string
Property Value
string
Inherited From ConversationResultBase.id
statistics
If showStats=true was specified in the request this field will contain information about the conversation payload.
statistics?: ConversationStatistics
Property Value
Inherited From ConversationResultBase.statistics
summaries
summaries: ConversationsSummaryResultSummariesItem[]
Property Value
Inherited From ConversationsSummaryResult.summaries
warnings
Warnings encountered while processing document.
warnings: InputWarning[]
Property Value
Inherited From ConversationResultBase.warnings