@if (answers()?.length) { @for (answer of answers(); track answer.key; let index = $index;) { {{ answer.title }}
@if (answer.answering) {
} @else { @if (answer.dataSettings) { } @else {
{{ answer.message }}
} }
{{ 'COMPONENTS.SELECTION.Slicers' | translate: {Default: "Slicers"} }}
}
} @else {
{{ 'PAC.Home.Insight.AskAICopilot' | translate: {Default: 'Ask AI Copilot Questions'} }}:
{{ 'PAC.Home.Insight.AskAICopilotDesc' | translate: {Default: 'You can ask questions about your data, and immediately see your answers as visualizations. These visualizations can always be added to your story.'} }}
💡{{ 'PAC.Home.Insight.ForExample' | translate: {Default: 'for example'} }}:
@if (suggesting()) { } @else {
    @for (prompt of suggestedPrompts(); track prompt) {
  • {{prompt}}
  • }
}
}
@if (showModel() && entityType()) {
{{ 'PAC.KEY_WORDS.Dimensions' | translate: {Default: 'Dimensions'} }}: @for (dimension of dimensions(); track dimension.name) { {{dimension.caption}} }
{{ 'PAC.KEY_WORDS.Measures' | translate: {Default: 'Measures'} }}: @for (measure of measures(); track measure.name) { }
{{ 'PAC.KEY_WORDS.Indicators' | translate: {Default: 'Indicators'} }}: @for (measure of indicators(); track measure.name) { {{measure.caption}} }
}
@for (prompt of suggestedPrompts(); track prompt) { {{prompt}} } @if (showExplorer()) { } @if (!copilotEnabled()) { }