Marks a parameter as a Conduit parameter to be supplied when the callback method is called. This is not required, but allows the addition of more information about parameters to improve the quality of intent recognition and entity resolution.
Properties
List< string > Examples[Get]
Example values for the attribute. This may increase the accuracy of recognition.
List< string > Aliases[Get]
Additional names that can refer to this parameter.
Member Functions
ConduitParameterAttribute
( params string [] examples )
Initializes the attribute with examples.
Parameters
examples
Examples values that can be supplied for this parameter. Used to increase accuracy of generated utterances. Highly recommended for string parameters.
ConduitParameterAttribute
( string [] aliases,
params string [] examples )
Initializes the attribute with aliases and examples.
Parameters
aliases
Different names to refer to this parameter.
examples
Examples values that can be supplied for this parameter. Used to increase accuracy of generated utterances. Highly recommended for string parameters.