GenAIChatRoutingUseCase
Home > @gooddata/sdk-model > GenAIChatRoutingUseCase
GenAIChatRoutingUseCase type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A route that was detected by the assistant based on the user question.
Signature:
export type GenAIChatRoutingUseCase = "SEARCH_ALL" | "SEARCH_VISUALIZATIONS" | "SEARCH_DASHBOARDS" | "CREATE_VISUALIZATION" | "EXTEND_VISUALIZATION" | "GENERAL" | "INVALID";