@willwade/aac-processors
Preparing search index...
AACSemanticAction
Interface AACSemanticAction
interface
AACSemanticAction
{
audioData
?:
Buffer
;
category
?:
AACSemanticCategory
;
fallback
?:
{
add_to_sentence
?:
boolean
;
message
?:
string
;
targetPageId
?:
string
;
temporary_home
?:
string
|
boolean
|
null
;
type
:
"SPEAK"
|
"NAVIGATE"
|
"ACTION"
;
}
;
intent
:
string
;
parameters
?:
{
[
key
:
string
]:
any
}
;
platformData
?:
{
applePanels
?:
{
actionType
:
string
;
parameters
:
{
[
key
:
string
]:
any
}
;
}
;
astericsGrid
?:
{
modelName
:
string
;
properties
:
{
[
key
:
string
]:
any
}
}
;
grid3
?:
{
commandId
:
string
;
parameters
:
{
[
key
:
string
]:
any
}
}
;
snap
?:
{
elementReferenceId
?:
number
;
navigatePageId
?:
number
}
;
touchChat
?:
{
actionCode
:
number
;
actionData
:
string
}
;
}
;
richText
?:
{
grammar
?:
{
number
?:
string
;
partOfSpeech
?:
string
;
person
?:
string
;
verbState
?:
string
;
}
;
symbols
?:
{
image
?:
string
;
text
:
string
}
[]
;
text
:
string
;
}
;
targetId
?:
string
;
text
?:
string
;
}
Index
Properties
audio
Data?
category?
fallback?
intent
parameters?
platform
Data?
rich
Text?
target
Id?
text?
Properties
Optional
audio
Data
audioData
?:
Buffer
Optional
category
category
?:
AACSemanticCategory
Optional
fallback
fallback
?:
{
add_to_sentence
?:
boolean
;
message
?:
string
;
targetPageId
?:
string
;
temporary_home
?:
string
|
boolean
|
null
;
type
:
"SPEAK"
|
"NAVIGATE"
|
"ACTION"
;
}
intent
intent
:
string
Optional
parameters
parameters
?:
{
[
key
:
string
]:
any
}
Optional
platform
Data
platformData
?:
{
applePanels
?:
{
actionType
:
string
;
parameters
:
{
[
key
:
string
]:
any
}
}
;
astericsGrid
?:
{
modelName
:
string
;
properties
:
{
[
key
:
string
]:
any
}
}
;
grid3
?:
{
commandId
:
string
;
parameters
:
{
[
key
:
string
]:
any
}
}
;
snap
?:
{
elementReferenceId
?:
number
;
navigatePageId
?:
number
}
;
touchChat
?:
{
actionCode
:
number
;
actionData
:
string
}
;
}
Optional
rich
Text
richText
?:
{
grammar
?:
{
number
?:
string
;
partOfSpeech
?:
string
;
person
?:
string
;
verbState
?:
string
;
}
;
symbols
?:
{
image
?:
string
;
text
:
string
}
[]
;
text
:
string
;
}
Optional
target
Id
targetId
?:
string
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
Data
category
fallback
intent
parameters
platform
Data
rich
Text
target
Id
text
@willwade/aac-processors
Loading...