API Reference
Struct
DomainIntentFamilyPresentationInfo
User-facing presentation details for a domain-intent family.
Inheritance
- ValueType
- DomainIntentFamilyPresentationInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public DomainIntentFamilyPresentationInfo(String displayName, String replyExample, String choiceDescription) #Initializes presentation details for one domain-intent family.
Parameters
- displayName System.String
- Friendly family label.
- replyExample System.String
- Natural-language selection example.
- choiceDescription System.String
- Clarification description shown to the user.