@contio/partner-sdk - v1.7.1
Preparing search index...
ChatTurnListResponse
Interface ChatTurnListResponse
A paginated list of turns within a session.
interface
ChatTurnListResponse
{
items
:
ChatTurn
[]
;
limit
:
number
;
offset
:
number
;
total
:
number
;
}
Index
Properties
items
limit
offset
total
Properties
items
items
:
ChatTurn
[]
limit
limit
:
number
offset
offset
:
number
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
limit
offset
total
@contio/partner-sdk - v1.7.1
Loading...
A paginated list of turns within a session.