IntelligenceX

API Reference

Struct

DomainIntentFamilyPresentationInfo

Namespace IntelligenceX.Shared
Assembly IntelligenceX
Base ValueType
Modifiers sealed

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.

Constructors

public DomainIntentFamilyPresentationInfo(String displayName, String replyExample, String choiceDescription) #

Initializes presentation details for one domain-intent family.

Parameters

displayName System.String requiredposition: 0
Friendly family label.
replyExample System.String requiredposition: 1
Natural-language selection example.
choiceDescription System.String requiredposition: 2
Clarification description shown to the user.

Properties

public String DisplayName { get; } #

Friendly family label.

public String ReplyExample { get; } #

Natural-language reply example.

public String ChoiceDescription { get; } #

Clarification description.