Interface SuggestResponseAttributeSuggestions

Attribute suggestions in the suggest response.

interface SuggestResponseAttributeSuggestions {
    attributeType: string;
    name: string;
    value: string;
}

Properties

attributeType: string
name: string
value: string