A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
NormalizedPart
Interface NormalizedPart
A single, backend-independent piece of an interaction's content.
interface
NormalizedPart
{
arguments
?:
Record
<
string
,
unknown
>
;
call_id
?:
string
;
content
?:
string
;
data
?:
string
;
id
?:
string
;
mime_type
?:
string
;
name
?:
string
;
text
?:
string
;
type
:
NormalizedContentType
;
}
Index
Properties
arguments?
call_
id?
content?
data?
id?
mime_
type?
name?
text?
type
Properties
Optional
arguments
arguments
?:
Record
<
string
,
unknown
>
Optional
call_
id
call_id
?:
string
Optional
content
content
?:
string
Optional
data
data
?:
string
Optional
id
id
?:
string
Optional
mime_
type
mime_type
?:
string
Optional
name
name
?:
string
Optional
text
text
?:
string
type
type
:
NormalizedContentType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
call_
id
content
data
id
mime_
type
name
text
type
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
A single, backend-independent piece of an interaction's content.