Interface DocumentSuggestionList

The DocumentSuggestion controller is responsible for getting document suggestions using case information present in the state.

For example implementations, see the following Coveo Quantic Case Assist components:

interface DocumentSuggestionList {
    state: DocumentSuggestionListState;
    fetch(): void;
    subscribe(listener: () => void): Unsubscribe;
}

Hierarchy (View Summary)

Methods

Properties

Methods

Properties

A scoped and simplified part of the headless state that is relevant to the DocumentSuggestionList controller.