FoundValue Classe
Rappresenta un risultato dall'input dell'utente corrispondente rispetto a un elenco di scelte
Costruttore
FoundValue(value: str, index: int, score: float)
Parametri
| Nome | Descrizione |
|---|---|
|
value
Necessario
|
<xref:<xref:The value that was matched.>>
|
|
index
Necessario
|
<xref:<xref:botbuilder.dialogs.choices.found_value.The index> of <xref:the value that was matched.>>
|
|
score
Necessario
|
<xref:<xref:botbuilder.dialogs.choices.found_value.The accuracy with which the synonym matched the specified portion> of <xref:the utterance.>>
|
|
match.
Necessario
|
<xref:<xref:A value> of <xref:1.0 would indicate a perfect>>
|