Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-docs
/
org.meshtastic.feature.docs.model
/
AIDocAssistantResult
/
Success
Success
data
class
Success
(
val
answer
:
String
,
val
sourcePages
:
List
<
DocPage
>
,
val
usedOnDeviceModel
:
Boolean
)
:
AIDocAssistantResult
(
source
)
Members
Constructors
Success
Link copied to clipboard
constructor
(
answer
:
String
,
sourcePages
:
List
<
DocPage
>
,
usedOnDeviceModel
:
Boolean
)
Properties
answer
Link copied to clipboard
val
answer
:
String
source
Pages
Link copied to clipboard
val
sourcePages
:
List
<
DocPage
>
used
On
Device
Model
Link copied to clipboard
val
usedOnDeviceModel
:
Boolean