We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Creates an evaluation form for the specified CON instance.
Create EvaluationForm Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EvaluationForm(name: string, args: EvaluationFormArgs, opts?: CustomResourceOptions);@overload
def EvaluationForm(resource_name: str,
args: EvaluationFormArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EvaluationForm(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_arn: Optional[str] = None,
items: Optional[Sequence[EvaluationFormBaseItemArgs]] = None,
status: Optional[EvaluationFormStatus] = None,
title: Optional[str] = None,
auto_evaluation_configuration: Optional[EvaluationFormAutoEvaluationConfigurationArgs] = None,
description: Optional[str] = None,
language_configuration: Optional[EvaluationFormLanguageConfigurationArgs] = None,
scoring_strategy: Optional[EvaluationFormScoringStrategyArgs] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
target_configuration: Optional[EvaluationFormTargetConfigurationArgs] = None)func NewEvaluationForm(ctx *Context, name string, args EvaluationFormArgs, opts ...ResourceOption) (*EvaluationForm, error)public EvaluationForm(string name, EvaluationFormArgs args, CustomResourceOptions? opts = null)
public EvaluationForm(String name, EvaluationFormArgs args)
public EvaluationForm(String name, EvaluationFormArgs args, CustomResourceOptions options)
type: aws-native:connect:EvaluationForm
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EvaluationFormArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EvaluationFormArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EvaluationFormArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EvaluationFormArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EvaluationFormArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EvaluationForm Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EvaluationForm resource accepts the following input properties:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Items
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Base Item> - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section. Minimum size: 1 Maximum size: 100
- Status
Pulumi.
Aws Native. Connect. Evaluation Form Status - The status of the evaluation form.
Allowed values:
DRAFT|ACTIVE - Title string
- A title of the evaluation form.
- Auto
Evaluation Pulumi.Configuration Aws Native. Connect. Inputs. Evaluation Form Auto Evaluation Configuration - The automatic evaluation configuration of an evaluation form.
- Description string
- The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
- Language
Configuration Pulumi.Aws Native. Connect. Inputs. Evaluation Form Language Configuration - Scoring
Strategy Pulumi.Aws Native. Connect. Inputs. Evaluation Form Scoring Strategy - A scoring strategy of the evaluation form.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Target
Configuration Pulumi.Aws Native. Connect. Inputs. Evaluation Form Target Configuration
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Items
[]Evaluation
Form Base Item Args - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section. Minimum size: 1 Maximum size: 100
- Status
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT|ACTIVE - Title string
- A title of the evaluation form.
- Auto
Evaluation EvaluationConfiguration Form Auto Evaluation Configuration Args - The automatic evaluation configuration of an evaluation form.
- Description string
- The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
- Language
Configuration EvaluationForm Language Configuration Args - Scoring
Strategy EvaluationForm Scoring Strategy Args - A scoring strategy of the evaluation form.
-
Tag
Args - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Target
Configuration EvaluationForm Target Configuration Args
- instance
Arn String - The identifier of the Amazon Connect instance.
- items
List<Evaluation
Form Base Item> - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section. Minimum size: 1 Maximum size: 100
- status
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT|ACTIVE - title String
- A title of the evaluation form.
- auto
Evaluation EvaluationConfiguration Form Auto Evaluation Configuration - The automatic evaluation configuration of an evaluation form.
- description String
- The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
- language
Configuration EvaluationForm Language Configuration - scoring
Strategy EvaluationForm Scoring Strategy - A scoring strategy of the evaluation form.
- List<Tag>
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- target
Configuration EvaluationForm Target Configuration
- instance
Arn string - The identifier of the Amazon Connect instance.
- items
Evaluation
Form Base Item[] - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section. Minimum size: 1 Maximum size: 100
- status
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT|ACTIVE - title string
- A title of the evaluation form.
- auto
Evaluation EvaluationConfiguration Form Auto Evaluation Configuration - The automatic evaluation configuration of an evaluation form.
- description string
- The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
- language
Configuration EvaluationForm Language Configuration - scoring
Strategy EvaluationForm Scoring Strategy - A scoring strategy of the evaluation form.
- Tag[]
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- target
Configuration EvaluationForm Target Configuration
- instance_
arn str - The identifier of the Amazon Connect instance.
- items
Sequence[Evaluation
Form Base Item Args] - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section. Minimum size: 1 Maximum size: 100
- status
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT|ACTIVE - title str
- A title of the evaluation form.
- auto_
evaluation_ Evaluationconfiguration Form Auto Evaluation Configuration Args - The automatic evaluation configuration of an evaluation form.
- description str
- The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
- language_
configuration EvaluationForm Language Configuration Args - scoring_
strategy EvaluationForm Scoring Strategy Args - A scoring strategy of the evaluation form.
-
Sequence[Tag
Args] - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- target_
configuration EvaluationForm Target Configuration Args
- instance
Arn String - The identifier of the Amazon Connect instance.
- items List<Property Map>
- Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section. Minimum size: 1 Maximum size: 100
- status "DRAFT" | "ACTIVE"
- The status of the evaluation form.
Allowed values:
DRAFT|ACTIVE - title String
- A title of the evaluation form.
- auto
Evaluation Property MapConfiguration - The automatic evaluation configuration of an evaluation form.
- description String
- The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
- language
Configuration Property Map - scoring
Strategy Property Map - A scoring strategy of the evaluation form.
- List<Property Map>
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- target
Configuration Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the EvaluationForm resource produces the following output properties:
- Evaluation
Form stringArn - The Amazon Resource Name (ARN) of the evaluation form.
- Id string
- The provider-assigned unique ID for this managed resource.
- Evaluation
Form stringArn - The Amazon Resource Name (ARN) of the evaluation form.
- Id string
- The provider-assigned unique ID for this managed resource.
- evaluation
Form StringArn - The Amazon Resource Name (ARN) of the evaluation form.
- id String
- The provider-assigned unique ID for this managed resource.
- evaluation
Form stringArn - The Amazon Resource Name (ARN) of the evaluation form.
- id string
- The provider-assigned unique ID for this managed resource.
- evaluation_
form_ strarn - The Amazon Resource Name (ARN) of the evaluation form.
- id str
- The provider-assigned unique ID for this managed resource.
- evaluation
Form StringArn - The Amazon Resource Name (ARN) of the evaluation form.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
EvaluationFormAutoEvaluationConfiguration, EvaluationFormAutoEvaluationConfigurationArgs
Configuration information about automated evaluations.- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
EvaluationFormAutomaticFailConfiguration, EvaluationFormAutomaticFailConfigurationArgs
Information about automatic fail configuration for an evaluation form.- Target
Section string - The referenceId of the target section for auto failure.
- Target
Section string - The referenceId of the target section for auto failure.
- target
Section String - The referenceId of the target section for auto failure.
- target
Section string - The referenceId of the target section for auto failure.
- target_
section str - The referenceId of the target section for auto failure.
- target
Section String - The referenceId of the target section for auto failure.
EvaluationFormBaseItem, EvaluationFormBaseItemArgs
An item at the root level. All items must be sections.- Section
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Section - A subsection or inner section of an item.
- Section
Evaluation
Form Section - A subsection or inner section of an item.
- section
Evaluation
Form Section - A subsection or inner section of an item.
- section
Evaluation
Form Section - A subsection or inner section of an item.
- section
Evaluation
Form Section - A subsection or inner section of an item.
- section Property Map
- A subsection or inner section of an item.
EvaluationFormItem, EvaluationFormItemArgs
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.- Question
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Question - The information of the question.
- Section
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Section - The information of the section.
- Question
Evaluation
Form Question - The information of the question.
- Section
Evaluation
Form Section - The information of the section.
- question
Evaluation
Form Question - The information of the question.
- section
Evaluation
Form Section - The information of the section.
- question
Evaluation
Form Question - The information of the question.
- section
Evaluation
Form Section - The information of the section.
- question
Evaluation
Form Question - The information of the question.
- section
Evaluation
Form Section - The information of the section.
- question Property Map
- The information of the question.
- section Property Map
- The information of the section.
EvaluationFormItemEnablementCondition, EvaluationFormItemEnablementConditionArgs
A condition for item enablement.- Operands
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Item Enablement Condition Operand> - Operands of the enablement condition.
- Operator
Pulumi.
Aws Native. Connect. Evaluation Form Item Enablement Condition Operator - The operator to be used to be applied to operands if more than one provided.
- Operands
[]Evaluation
Form Item Enablement Condition Operand - Operands of the enablement condition.
- Operator
Evaluation
Form Item Enablement Condition Operator - The operator to be used to be applied to operands if more than one provided.
- operands
List<Evaluation
Form Item Enablement Condition Operand> - Operands of the enablement condition.
- operator
Evaluation
Form Item Enablement Condition Operator - The operator to be used to be applied to operands if more than one provided.
- operands
Evaluation
Form Item Enablement Condition Operand[] - Operands of the enablement condition.
- operator
Evaluation
Form Item Enablement Condition Operator - The operator to be used to be applied to operands if more than one provided.
- operands
Sequence[Evaluation
Form Item Enablement Condition Operand] - Operands of the enablement condition.
- operator
Evaluation
Form Item Enablement Condition Operator - The operator to be used to be applied to operands if more than one provided.
- operands List<Property Map>
- Operands of the enablement condition.
- operator "OR" | "AND"
- The operator to be used to be applied to operands if more than one provided.
EvaluationFormItemEnablementConditionOperand, EvaluationFormItemEnablementConditionOperandArgs
An operand of the enablement condition.- Expression
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Item Enablement Expression - An expression of the enablement condition.
- Expression
Evaluation
Form Item Enablement Expression - An expression of the enablement condition.
- expression
Evaluation
Form Item Enablement Expression - An expression of the enablement condition.
- expression
Evaluation
Form Item Enablement Expression - An expression of the enablement condition.
- expression
Evaluation
Form Item Enablement Expression - An expression of the enablement condition.
- expression Property Map
- An expression of the enablement condition.
EvaluationFormItemEnablementConditionOperator, EvaluationFormItemEnablementConditionOperatorArgs
- Or
- OR
- And
- AND
- Evaluation
Form Item Enablement Condition Operator Or - OR
- Evaluation
Form Item Enablement Condition Operator And - AND
- Or
- OR
- And
- AND
- Or
- OR
- And
- AND
- OR_
- OR
- AND_
- AND
- "OR"
- OR
- "AND"
- AND
EvaluationFormItemEnablementConfiguration, EvaluationFormItemEnablementConfigurationArgs
An item enablement configuration.- Action
Pulumi.
Aws Native. Connect. Evaluation Form Item Enablement Configuration Action - An enablement action that if condition is satisfied.
- Condition
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Item Enablement Condition - A condition for item enablement configuration.
- Default
Action Pulumi.Aws Native. Connect. Evaluation Form Item Enablement Configuration Default Action - An enablement action that if condition is not satisfied.
- Action
Evaluation
Form Item Enablement Configuration Action - An enablement action that if condition is satisfied.
- Condition
Evaluation
Form Item Enablement Condition - A condition for item enablement configuration.
- Default
Action EvaluationForm Item Enablement Configuration Default Action - An enablement action that if condition is not satisfied.
- action
Evaluation
Form Item Enablement Configuration Action - An enablement action that if condition is satisfied.
- condition
Evaluation
Form Item Enablement Condition - A condition for item enablement configuration.
- default
Action EvaluationForm Item Enablement Configuration Default Action - An enablement action that if condition is not satisfied.
- action
Evaluation
Form Item Enablement Configuration Action - An enablement action that if condition is satisfied.
- condition
Evaluation
Form Item Enablement Condition - A condition for item enablement configuration.
- default
Action EvaluationForm Item Enablement Configuration Default Action - An enablement action that if condition is not satisfied.
- action
Evaluation
Form Item Enablement Configuration Action - An enablement action that if condition is satisfied.
- condition
Evaluation
Form Item Enablement Condition - A condition for item enablement configuration.
- default_
action EvaluationForm Item Enablement Configuration Default Action - An enablement action that if condition is not satisfied.
- action "DISABLE" | "ENABLE"
- An enablement action that if condition is satisfied.
- condition Property Map
- A condition for item enablement configuration.
- default
Action "DISABLE" | "ENABLE" - An enablement action that if condition is not satisfied.
EvaluationFormItemEnablementConfigurationAction, EvaluationFormItemEnablementConfigurationActionArgs
- Disable
- DISABLE
- Enable
- ENABLE
- Evaluation
Form Item Enablement Configuration Action Disable - DISABLE
- Evaluation
Form Item Enablement Configuration Action Enable - ENABLE
- Disable
- DISABLE
- Enable
- ENABLE
- Disable
- DISABLE
- Enable
- ENABLE
- DISABLE
- DISABLE
- ENABLE
- ENABLE
- "DISABLE"
- DISABLE
- "ENABLE"
- ENABLE
EvaluationFormItemEnablementConfigurationDefaultAction, EvaluationFormItemEnablementConfigurationDefaultActionArgs
- Disable
- DISABLE
- Enable
- ENABLE
- Evaluation
Form Item Enablement Configuration Default Action Disable - DISABLE
- Evaluation
Form Item Enablement Configuration Default Action Enable - ENABLE
- Disable
- DISABLE
- Enable
- ENABLE
- Disable
- DISABLE
- Enable
- ENABLE
- DISABLE
- DISABLE
- ENABLE
- ENABLE
- "DISABLE"
- DISABLE
- "ENABLE"
- ENABLE
EvaluationFormItemEnablementExpression, EvaluationFormItemEnablementExpressionArgs
An expression that defines a basic building block of conditional enablement.- Comparator
Pulumi.
Aws Native. Connect. Evaluation Form Item Enablement Expression Comparator - A comparator to be used against list of values.
- Source
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Item Enablement Source - A source item of enablement expression.
- Values
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Item Enablement Source Value> - A list of values from source item.
- Comparator
Evaluation
Form Item Enablement Expression Comparator - A comparator to be used against list of values.
- Source
Evaluation
Form Item Enablement Source - A source item of enablement expression.
- Values
[]Evaluation
Form Item Enablement Source Value - A list of values from source item.
- comparator
Evaluation
Form Item Enablement Expression Comparator - A comparator to be used against list of values.
- source
Evaluation
Form Item Enablement Source - A source item of enablement expression.
- values
List<Evaluation
Form Item Enablement Source Value> - A list of values from source item.
- comparator
Evaluation
Form Item Enablement Expression Comparator - A comparator to be used against list of values.
- source
Evaluation
Form Item Enablement Source - A source item of enablement expression.
- values
Evaluation
Form Item Enablement Source Value[] - A list of values from source item.
- comparator
Evaluation
Form Item Enablement Expression Comparator - A comparator to be used against list of values.
- source
Evaluation
Form Item Enablement Source - A source item of enablement expression.
- values
Sequence[Evaluation
Form Item Enablement Source Value] - A list of values from source item.
- comparator "IN" | "NOT_IN" | "ALL_IN" | "EXACT"
- A comparator to be used against list of values.
- source Property Map
- A source item of enablement expression.
- values List<Property Map>
- A list of values from source item.
EvaluationFormItemEnablementExpressionComparator, EvaluationFormItemEnablementExpressionComparatorArgs
- In
- IN
- Not
In - NOT_IN
- All
In - ALL_IN
- Exact
- EXACT
- Evaluation
Form Item Enablement Expression Comparator In - IN
- Evaluation
Form Item Enablement Expression Comparator Not In - NOT_IN
- Evaluation
Form Item Enablement Expression Comparator All In - ALL_IN
- Evaluation
Form Item Enablement Expression Comparator Exact - EXACT
- In
- IN
- Not
In - NOT_IN
- All
In - ALL_IN
- Exact
- EXACT
- In
- IN
- Not
In - NOT_IN
- All
In - ALL_IN
- Exact
- EXACT
- IN_
- IN
- NOT_IN
- NOT_IN
- ALL_IN
- ALL_IN
- EXACT
- EXACT
- "IN"
- IN
- "NOT_IN"
- NOT_IN
- "ALL_IN"
- ALL_IN
- "EXACT"
- EXACT
EvaluationFormItemEnablementSource, EvaluationFormItemEnablementSourceArgs
An enablement expression source item.- Type
Pulumi.
Aws Native. Connect. Evaluation Form Item Enablement Source Type - A type of source item.
- Ref
Id string - A referenceId of the source item.
- Type
Evaluation
Form Item Enablement Source Type - A type of source item.
- Ref
Id string - A referenceId of the source item.
- type
Evaluation
Form Item Enablement Source Type - A type of source item.
- ref
Id String - A referenceId of the source item.
- type
Evaluation
Form Item Enablement Source Type - A type of source item.
- ref
Id string - A referenceId of the source item.
- type
Evaluation
Form Item Enablement Source Type - A type of source item.
- ref_
id str - A referenceId of the source item.
- type "QUESTION_REF_ID"
- A type of source item.
- ref
Id String - A referenceId of the source item.
EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceTypeArgs
- Question
Ref Id - QUESTION_REF_ID
- Evaluation
Form Item Enablement Source Type Question Ref Id - QUESTION_REF_ID
- Question
Ref Id - QUESTION_REF_ID
- Question
Ref Id - QUESTION_REF_ID
- QUESTION_REF_ID
- QUESTION_REF_ID
- "QUESTION_REF_ID"
- QUESTION_REF_ID
EvaluationFormItemEnablementSourceValue, EvaluationFormItemEnablementSourceValueArgs
An enablement expression source value.- Ref
Id string - A referenceId of the source value.
- Type
Pulumi.
Aws Native. Connect. Evaluation Form Item Enablement Source Value Type - A type of source item value.
- Ref
Id string - A referenceId of the source value.
- Type
Evaluation
Form Item Enablement Source Value Type - A type of source item value.
- ref
Id String - A referenceId of the source value.
- type
Evaluation
Form Item Enablement Source Value Type - A type of source item value.
- ref
Id string - A referenceId of the source value.
- type
Evaluation
Form Item Enablement Source Value Type - A type of source item value.
- ref_
id str - A referenceId of the source value.
- type
Evaluation
Form Item Enablement Source Value Type - A type of source item value.
- ref
Id String - A referenceId of the source value.
- type "OPTION_REF_ID"
- A type of source item value.
EvaluationFormItemEnablementSourceValueType, EvaluationFormItemEnablementSourceValueTypeArgs
- Option
Ref Id - OPTION_REF_ID
- Evaluation
Form Item Enablement Source Value Type Option Ref Id - OPTION_REF_ID
- Option
Ref Id - OPTION_REF_ID
- Option
Ref Id - OPTION_REF_ID
- OPTION_REF_ID
- OPTION_REF_ID
- "OPTION_REF_ID"
- OPTION_REF_ID
EvaluationFormLanguageConfiguration, EvaluationFormLanguageConfigurationArgs
- Form
Language Pulumi.Aws Native. Connect. Evaluation Form Language Configuration Form Language - The language of the form
- Form
Language EvaluationForm Language Configuration Form Language - The language of the form
- form
Language EvaluationForm Language Configuration Form Language - The language of the form
- form
Language EvaluationForm Language Configuration Form Language - The language of the form
- form_
language EvaluationForm Language Configuration Form Language - The language of the form
- form
Language "de-DE" | "en-US" | "es-ES" | "fr-FR" | "it-IT" | "pt-BR" - The language of the form
EvaluationFormLanguageConfigurationFormLanguage, EvaluationFormLanguageConfigurationFormLanguageArgs
- De
De - de-DE
- En
Us - en-US
- Es
Es - es-ES
- Fr
Fr - fr-FR
- It
It - it-IT
- Pt
Br - pt-BR
- Evaluation
Form Language Configuration Form Language De De - de-DE
- Evaluation
Form Language Configuration Form Language En Us - en-US
- Evaluation
Form Language Configuration Form Language Es Es - es-ES
- Evaluation
Form Language Configuration Form Language Fr Fr - fr-FR
- Evaluation
Form Language Configuration Form Language It It - it-IT
- Evaluation
Form Language Configuration Form Language Pt Br - pt-BR
- De
De - de-DE
- En
Us - en-US
- Es
Es - es-ES
- Fr
Fr - fr-FR
- It
It - it-IT
- Pt
Br - pt-BR
- De
De - de-DE
- En
Us - en-US
- Es
Es - es-ES
- Fr
Fr - fr-FR
- It
It - it-IT
- Pt
Br - pt-BR
- DE_DE
- de-DE
- EN_US
- en-US
- ES_ES
- es-ES
- FR_FR
- fr-FR
- IT_IT
- it-IT
- PT_BR
- pt-BR
- "de-DE"
- de-DE
- "en-US"
- en-US
- "es-ES"
- es-ES
- "fr-FR"
- fr-FR
- "it-IT"
- it-IT
- "pt-BR"
- pt-BR
EvaluationFormMultiSelectQuestionAutomation, EvaluationFormMultiSelectQuestionAutomationArgs
- Options
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Multi Select Question Automation Option> - The answer options for the automation.
- Answer
Source Pulumi.Aws Native. Connect. Inputs. Evaluation Form Question Automation Answer Source - The source of automation answer of the question.
- Default
Option List<string>Ref Ids - The option reference identifiers of the default answers.
- Options
[]Evaluation
Form Multi Select Question Automation Option - The answer options for the automation.
- Answer
Source EvaluationForm Question Automation Answer Source - The source of automation answer of the question.
- Default
Option []stringRef Ids - The option reference identifiers of the default answers.
- options
List<Evaluation
Form Multi Select Question Automation Option> - The answer options for the automation.
- answer
Source EvaluationForm Question Automation Answer Source - The source of automation answer of the question.
- default
Option List<String>Ref Ids - The option reference identifiers of the default answers.
- options
Evaluation
Form Multi Select Question Automation Option[] - The answer options for the automation.
- answer
Source EvaluationForm Question Automation Answer Source - The source of automation answer of the question.
- default
Option string[]Ref Ids - The option reference identifiers of the default answers.
- options
Sequence[Evaluation
Form Multi Select Question Automation Option] - The answer options for the automation.
- answer_
source EvaluationForm Question Automation Answer Source - The source of automation answer of the question.
- default_
option_ Sequence[str]ref_ ids - The option reference identifiers of the default answers.
- options List<Property Map>
- The answer options for the automation.
- answer
Source Property Map - The source of automation answer of the question.
- default
Option List<String>Ref Ids - The option reference identifiers of the default answers.
EvaluationFormMultiSelectQuestionAutomationOption, EvaluationFormMultiSelectQuestionAutomationOptionArgs
- Rule
Category Pulumi.Aws Native. Connect. Inputs. Evaluation Form Multi Select Question Rule Category Automation - The automation option based on Rules categories.
- Rule
Category EvaluationForm Multi Select Question Rule Category Automation - The automation option based on Rules categories.
- rule
Category EvaluationForm Multi Select Question Rule Category Automation - The automation option based on Rules categories.
- rule
Category EvaluationForm Multi Select Question Rule Category Automation - The automation option based on Rules categories.
- rule_
category EvaluationForm Multi Select Question Rule Category Automation - The automation option based on Rules categories.
- rule
Category Property Map - The automation option based on Rules categories.
EvaluationFormMultiSelectQuestionOption, EvaluationFormMultiSelectQuestionOptionArgs
EvaluationFormMultiSelectQuestionProperties, EvaluationFormMultiSelectQuestionPropertiesArgs
- Options
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Multi Select Question Option> - The list of options for the question.
- Automation
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Multi Select Question Automation - The automation properties for the multi-select question.
- Display
As Pulumi.Aws Native. Connect. Evaluation Form Multi Select Question Properties Display As - The display mode of the multi-select question.
- Options
[]Evaluation
Form Multi Select Question Option - The list of options for the question.
- Automation
Evaluation
Form Multi Select Question Automation - The automation properties for the multi-select question.
- Display
As EvaluationForm Multi Select Question Properties Display As - The display mode of the multi-select question.
- options
List<Evaluation
Form Multi Select Question Option> - The list of options for the question.
- automation
Evaluation
Form Multi Select Question Automation - The automation properties for the multi-select question.
- display
As EvaluationForm Multi Select Question Properties Display As - The display mode of the multi-select question.
- options
Evaluation
Form Multi Select Question Option[] - The list of options for the question.
- automation
Evaluation
Form Multi Select Question Automation - The automation properties for the multi-select question.
- display
As EvaluationForm Multi Select Question Properties Display As - The display mode of the multi-select question.
- options
Sequence[Evaluation
Form Multi Select Question Option] - The list of options for the question.
- automation
Evaluation
Form Multi Select Question Automation - The automation properties for the multi-select question.
- display_
as EvaluationForm Multi Select Question Properties Display As - The display mode of the multi-select question.
- options List<Property Map>
- The list of options for the question.
- automation Property Map
- The automation properties for the multi-select question.
- display
As "DROPDOWN" | "CHECKBOX" - The display mode of the multi-select question.
EvaluationFormMultiSelectQuestionPropertiesDisplayAs, EvaluationFormMultiSelectQuestionPropertiesDisplayAsArgs
- Dropdown
- DROPDOWN
- Checkbox
- CHECKBOX
- Evaluation
Form Multi Select Question Properties Display As Dropdown - DROPDOWN
- Evaluation
Form Multi Select Question Properties Display As Checkbox - CHECKBOX
- Dropdown
- DROPDOWN
- Checkbox
- CHECKBOX
- Dropdown
- DROPDOWN
- Checkbox
- CHECKBOX
- DROPDOWN
- DROPDOWN
- CHECKBOX
- CHECKBOX
- "DROPDOWN"
- DROPDOWN
- "CHECKBOX"
- CHECKBOX
EvaluationFormMultiSelectQuestionRuleCategoryAutomation, EvaluationFormMultiSelectQuestionRuleCategoryAutomationArgs
- Category string
- The category name as defined in Rules.
- Condition
Pulumi.
Aws Native. Connect. Evaluation Form Multi Select Question Rule Category Automation Condition - The automation condition applied on contact categories.
- Option
Ref List<string>Ids - The option identifiers referencing the options to be selected when the automation option is triggered.
- Category string
- The category name as defined in Rules.
- Condition
Evaluation
Form Multi Select Question Rule Category Automation Condition - The automation condition applied on contact categories.
- Option
Ref []stringIds - The option identifiers referencing the options to be selected when the automation option is triggered.
- category String
- The category name as defined in Rules.
- condition
Evaluation
Form Multi Select Question Rule Category Automation Condition - The automation condition applied on contact categories.
- option
Ref List<String>Ids - The option identifiers referencing the options to be selected when the automation option is triggered.
- category string
- The category name as defined in Rules.
- condition
Evaluation
Form Multi Select Question Rule Category Automation Condition - The automation condition applied on contact categories.
- option
Ref string[]Ids - The option identifiers referencing the options to be selected when the automation option is triggered.
- category str
- The category name as defined in Rules.
- condition
Evaluation
Form Multi Select Question Rule Category Automation Condition - The automation condition applied on contact categories.
- option_
ref_ Sequence[str]ids - The option identifiers referencing the options to be selected when the automation option is triggered.
- category String
- The category name as defined in Rules.
- condition "PRESENT" | "NOT_PRESENT"
- The automation condition applied on contact categories.
- option
Ref List<String>Ids - The option identifiers referencing the options to be selected when the automation option is triggered.
EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition, EvaluationFormMultiSelectQuestionRuleCategoryAutomationConditionArgs
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- Evaluation
Form Multi Select Question Rule Category Automation Condition Present - PRESENT
- Evaluation
Form Multi Select Question Rule Category Automation Condition Not Present - NOT_PRESENT
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- PRESENT
- PRESENT
- NOT_PRESENT
- NOT_PRESENT
- "PRESENT"
- PRESENT
- "NOT_PRESENT"
- NOT_PRESENT
EvaluationFormNumericQuestionAutomation, EvaluationFormNumericQuestionAutomationArgs
Information about the automation configuration in numeric questions.- Answer
Source Pulumi.Aws Native. Connect. Inputs. Evaluation Form Question Automation Answer Source - A source of automation answer for numeric question.
- Property
Value Pulumi.Aws Native. Connect. Inputs. Evaluation Form Numeric Question Property Value Automation - The property value of the automation.
- Answer
Source EvaluationForm Question Automation Answer Source - A source of automation answer for numeric question.
- Property
Value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- answer
Source EvaluationForm Question Automation Answer Source - A source of automation answer for numeric question.
- property
Value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- answer
Source EvaluationForm Question Automation Answer Source - A source of automation answer for numeric question.
- property
Value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- answer_
source EvaluationForm Question Automation Answer Source - A source of automation answer for numeric question.
- property_
value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- answer
Source Property Map - A source of automation answer for numeric question.
- property
Value Property Map - The property value of the automation.
EvaluationFormNumericQuestionOption, EvaluationFormNumericQuestionOptionArgs
Information about the option range used for scoring in numeric questions.- Max
Value int - The maximum answer value of the range option.
- Min
Value int - The minimum answer value of the range option.
- Automatic
Fail bool - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- Automatic
Fail Pulumi.Configuration Aws Native. Connect. Inputs. Evaluation Form Automatic Fail Configuration - A configuration for automatic fail.
- Score int
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
- Max
Value int - The maximum answer value of the range option.
- Min
Value int - The minimum answer value of the range option.
- Automatic
Fail bool - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- Automatic
Fail EvaluationConfiguration Form Automatic Fail Configuration - A configuration for automatic fail.
- Score int
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
- max
Value Integer - The maximum answer value of the range option.
- min
Value Integer - The minimum answer value of the range option.
- automatic
Fail Boolean - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic
Fail EvaluationConfiguration Form Automatic Fail Configuration - A configuration for automatic fail.
- score Integer
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
- max
Value number - The maximum answer value of the range option.
- min
Value number - The minimum answer value of the range option.
- automatic
Fail boolean - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic
Fail EvaluationConfiguration Form Automatic Fail Configuration - A configuration for automatic fail.
- score number
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
- max_
value int - The maximum answer value of the range option.
- min_
value int - The minimum answer value of the range option.
- automatic_
fail bool - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic_
fail_ Evaluationconfiguration Form Automatic Fail Configuration - A configuration for automatic fail.
- score int
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
- max
Value Number - The maximum answer value of the range option.
- min
Value Number - The minimum answer value of the range option.
- automatic
Fail Boolean - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic
Fail Property MapConfiguration - A configuration for automatic fail.
- score Number
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
EvaluationFormNumericQuestionProperties, EvaluationFormNumericQuestionPropertiesArgs
Information about properties for a numeric question in an evaluation form.- Max
Value int - The maximum answer value.
- Min
Value int - The minimum answer value.
- Automation
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Numeric Question Automation - The automation properties of the numeric question.
- Options
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Numeric Question Option> - The scoring options of the numeric question.
- Max
Value int - The maximum answer value.
- Min
Value int - The minimum answer value.
- Automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- Options
[]Evaluation
Form Numeric Question Option - The scoring options of the numeric question.
- max
Value Integer - The maximum answer value.
- min
Value Integer - The minimum answer value.
- automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- options
List<Evaluation
Form Numeric Question Option> - The scoring options of the numeric question.
- max
Value number - The maximum answer value.
- min
Value number - The minimum answer value.
- automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- options
Evaluation
Form Numeric Question Option[] - The scoring options of the numeric question.
- max_
value int - The maximum answer value.
- min_
value int - The minimum answer value.
- automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- options
Sequence[Evaluation
Form Numeric Question Option] - The scoring options of the numeric question.
- max
Value Number - The maximum answer value.
- min
Value Number - The minimum answer value.
- automation Property Map
- The automation properties of the numeric question.
- options List<Property Map>
- The scoring options of the numeric question.
EvaluationFormNumericQuestionPropertyValueAutomation, EvaluationFormNumericQuestionPropertyValueAutomationArgs
Information about the property value used in automation of a numeric questions.- Label
Pulumi.
Aws Native. Connect. Evaluation Form Numeric Question Property Value Automation Label - The property label of the automation.
- Label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
- label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
- label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
- label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
- label "OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION" | "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT" | "CUSTOMER_SENTIMENT_SCORE_WITH_AGENT"
- The property label of the automation.
EvaluationFormNumericQuestionPropertyValueAutomationLabel, EvaluationFormNumericQuestionPropertyValueAutomationLabelArgs
- Overall
Customer Sentiment Score - OVERALL_CUSTOMER_SENTIMENT_SCORE
- Overall
Agent Sentiment Score - OVERALL_AGENT_SENTIMENT_SCORE
- Non
Talk Time - NON_TALK_TIME
- Non
Talk Time Percentage - NON_TALK_TIME_PERCENTAGE
- Number
Of Interruptions - NUMBER_OF_INTERRUPTIONS
- Contact
Duration - CONTACT_DURATION
- Agent
Interaction Duration - AGENT_INTERACTION_DURATION
- Customer
Hold Time - CUSTOMER_HOLD_TIME
- Longest
Hold Duration - LONGEST_HOLD_DURATION
- Number
Of Holds - NUMBER_OF_HOLDS
- Agent
Interaction And Hold Duration - AGENT_INTERACTION_AND_HOLD_DURATION
- Customer
Sentiment Score Without Agent - CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
- Customer
Sentiment Score With Agent - CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
- Evaluation
Form Numeric Question Property Value Automation Label Overall Customer Sentiment Score - OVERALL_CUSTOMER_SENTIMENT_SCORE
- Evaluation
Form Numeric Question Property Value Automation Label Overall Agent Sentiment Score - OVERALL_AGENT_SENTIMENT_SCORE
- Evaluation
Form Numeric Question Property Value Automation Label Non Talk Time - NON_TALK_TIME
- Evaluation
Form Numeric Question Property Value Automation Label Non Talk Time Percentage - NON_TALK_TIME_PERCENTAGE
- Evaluation
Form Numeric Question Property Value Automation Label Number Of Interruptions - NUMBER_OF_INTERRUPTIONS
- Evaluation
Form Numeric Question Property Value Automation Label Contact Duration - CONTACT_DURATION
- Evaluation
Form Numeric Question Property Value Automation Label Agent Interaction Duration - AGENT_INTERACTION_DURATION
- Evaluation
Form Numeric Question Property Value Automation Label Customer Hold Time - CUSTOMER_HOLD_TIME
- Evaluation
Form Numeric Question Property Value Automation Label Longest Hold Duration - LONGEST_HOLD_DURATION
- Evaluation
Form Numeric Question Property Value Automation Label Number Of Holds - NUMBER_OF_HOLDS
- Evaluation
Form Numeric Question Property Value Automation Label Agent Interaction And Hold Duration - AGENT_INTERACTION_AND_HOLD_DURATION
- Evaluation
Form Numeric Question Property Value Automation Label Customer Sentiment Score Without Agent - CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
- Evaluation
Form Numeric Question Property Value Automation Label Customer Sentiment Score With Agent - CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
- Overall
Customer Sentiment Score - OVERALL_CUSTOMER_SENTIMENT_SCORE
- Overall
Agent Sentiment Score - OVERALL_AGENT_SENTIMENT_SCORE
- Non
Talk Time - NON_TALK_TIME
- Non
Talk Time Percentage - NON_TALK_TIME_PERCENTAGE
- Number
Of Interruptions - NUMBER_OF_INTERRUPTIONS
- Contact
Duration - CONTACT_DURATION
- Agent
Interaction Duration - AGENT_INTERACTION_DURATION
- Customer
Hold Time - CUSTOMER_HOLD_TIME
- Longest
Hold Duration - LONGEST_HOLD_DURATION
- Number
Of Holds - NUMBER_OF_HOLDS
- Agent
Interaction And Hold Duration - AGENT_INTERACTION_AND_HOLD_DURATION
- Customer
Sentiment Score Without Agent - CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
- Customer
Sentiment Score With Agent - CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
- Overall
Customer Sentiment Score - OVERALL_CUSTOMER_SENTIMENT_SCORE
- Overall
Agent Sentiment Score - OVERALL_AGENT_SENTIMENT_SCORE
- Non
Talk Time - NON_TALK_TIME
- Non
Talk Time Percentage - NON_TALK_TIME_PERCENTAGE
- Number
Of Interruptions - NUMBER_OF_INTERRUPTIONS
- Contact
Duration - CONTACT_DURATION
- Agent
Interaction Duration - AGENT_INTERACTION_DURATION
- Customer
Hold Time - CUSTOMER_HOLD_TIME
- Longest
Hold Duration - LONGEST_HOLD_DURATION
- Number
Of Holds - NUMBER_OF_HOLDS
- Agent
Interaction And Hold Duration - AGENT_INTERACTION_AND_HOLD_DURATION
- Customer
Sentiment Score Without Agent - CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
- Customer
Sentiment Score With Agent - CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
- OVERALL_CUSTOMER_SENTIMENT_SCORE
- OVERALL_CUSTOMER_SENTIMENT_SCORE
- OVERALL_AGENT_SENTIMENT_SCORE
- OVERALL_AGENT_SENTIMENT_SCORE
- NON_TALK_TIME
- NON_TALK_TIME
- NON_TALK_TIME_PERCENTAGE
- NON_TALK_TIME_PERCENTAGE
- NUMBER_OF_INTERRUPTIONS
- NUMBER_OF_INTERRUPTIONS
- CONTACT_DURATION
- CONTACT_DURATION
- AGENT_INTERACTION_DURATION
- AGENT_INTERACTION_DURATION
- CUSTOMER_HOLD_TIME
- CUSTOMER_HOLD_TIME
- LONGEST_HOLD_DURATION
- LONGEST_HOLD_DURATION
- NUMBER_OF_HOLDS
- NUMBER_OF_HOLDS
- AGENT_INTERACTION_AND_HOLD_DURATION
- AGENT_INTERACTION_AND_HOLD_DURATION
- CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
- CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
- CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
- CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
- "OVERALL_CUSTOMER_SENTIMENT_SCORE"
- OVERALL_CUSTOMER_SENTIMENT_SCORE
- "OVERALL_AGENT_SENTIMENT_SCORE"
- OVERALL_AGENT_SENTIMENT_SCORE
- "NON_TALK_TIME"
- NON_TALK_TIME
- "NON_TALK_TIME_PERCENTAGE"
- NON_TALK_TIME_PERCENTAGE
- "NUMBER_OF_INTERRUPTIONS"
- NUMBER_OF_INTERRUPTIONS
- "CONTACT_DURATION"
- CONTACT_DURATION
- "AGENT_INTERACTION_DURATION"
- AGENT_INTERACTION_DURATION
- "CUSTOMER_HOLD_TIME"
- CUSTOMER_HOLD_TIME
- "LONGEST_HOLD_DURATION"
- LONGEST_HOLD_DURATION
- "NUMBER_OF_HOLDS"
- NUMBER_OF_HOLDS
- "AGENT_INTERACTION_AND_HOLD_DURATION"
- AGENT_INTERACTION_AND_HOLD_DURATION
- "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT"
- CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
- "CUSTOMER_SENTIMENT_SCORE_WITH_AGENT"
- CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
EvaluationFormQuestion, EvaluationFormQuestionArgs
Information about a question from an evaluation form.- Question
Type Pulumi.Aws Native. Connect. Evaluation Form Question Question Type - The type of the question.
Allowed values:
NUMERIC|SINGLESELECT|TEXT - Ref
Id string - The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- Title string
- The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
- Enablement
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Item Enablement Configuration - A question conditional enablement.
- Instructions string
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- Not
Applicable boolEnabled - The flag to enable not applicable answers to the question.
- Question
Type Pulumi.Properties Aws Native. Connect. Inputs. Evaluation Form Question Type Properties - The properties of the type of question. Text questions do not have to define question type properties.
- Weight double
- The scoring weight of the section. Minimum: 0 Maximum: 100
- Question
Type EvaluationForm Question Question Type - The type of the question.
Allowed values:
NUMERIC|SINGLESELECT|TEXT - Ref
Id string - The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- Title string
- The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
- Enablement
Evaluation
Form Item Enablement Configuration - A question conditional enablement.
- Instructions string
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- Not
Applicable boolEnabled - The flag to enable not applicable answers to the question.
- Question
Type EvaluationProperties Form Question Type Properties - The properties of the type of question. Text questions do not have to define question type properties.
- Weight float64
- The scoring weight of the section. Minimum: 0 Maximum: 100
- question
Type EvaluationForm Question Question Type - The type of the question.
Allowed values:
NUMERIC|SINGLESELECT|TEXT - ref
Id String - The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title String
- The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
- enablement
Evaluation
Form Item Enablement Configuration - A question conditional enablement.
- instructions String
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not
Applicable BooleanEnabled - The flag to enable not applicable answers to the question.
- question
Type EvaluationProperties Form Question Type Properties - The properties of the type of question. Text questions do not have to define question type properties.
- weight Double
- The scoring weight of the section. Minimum: 0 Maximum: 100
- question
Type EvaluationForm Question Question Type - The type of the question.
Allowed values:
NUMERIC|SINGLESELECT|TEXT - ref
Id string - The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title string
- The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
- enablement
Evaluation
Form Item Enablement Configuration - A question conditional enablement.
- instructions string
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not
Applicable booleanEnabled - The flag to enable not applicable answers to the question.
- question
Type EvaluationProperties Form Question Type Properties - The properties of the type of question. Text questions do not have to define question type properties.
- weight number
- The scoring weight of the section. Minimum: 0 Maximum: 100
- question_
type EvaluationForm Question Question Type - The type of the question.
Allowed values:
NUMERIC|SINGLESELECT|TEXT - ref_
id str - The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title str
- The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
- enablement
Evaluation
Form Item Enablement Configuration - A question conditional enablement.
- instructions str
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not_
applicable_ boolenabled - The flag to enable not applicable answers to the question.
- question_
type_ Evaluationproperties Form Question Type Properties - The properties of the type of question. Text questions do not have to define question type properties.
- weight float
- The scoring weight of the section. Minimum: 0 Maximum: 100
- question
Type "NUMERIC" | "SINGLESELECT" | "TEXT" | "MULTISELECT" | "DATETIME" - The type of the question.
Allowed values:
NUMERIC|SINGLESELECT|TEXT - ref
Id String - The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title String
- The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
- enablement Property Map
- A question conditional enablement.
- instructions String
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not
Applicable BooleanEnabled - The flag to enable not applicable answers to the question.
- question
Type Property MapProperties - The properties of the type of question. Text questions do not have to define question type properties.
- weight Number
- The scoring weight of the section. Minimum: 0 Maximum: 100
EvaluationFormQuestionAutomationAnswerSource, EvaluationFormQuestionAutomationAnswerSourceArgs
A question automation answer.- Source
Type Pulumi.Aws Native. Connect. Evaluation Form Question Automation Answer Source Source Type - The automation answer source type.
- Source
Type EvaluationForm Question Automation Answer Source Source Type - The automation answer source type.
- source
Type EvaluationForm Question Automation Answer Source Source Type - The automation answer source type.
- source
Type EvaluationForm Question Automation Answer Source Source Type - The automation answer source type.
- source_
type EvaluationForm Question Automation Answer Source Source Type - The automation answer source type.
- source
Type "CONTACT_LENS_DATA" | "GEN_AI" - The automation answer source type.
EvaluationFormQuestionAutomationAnswerSourceSourceType, EvaluationFormQuestionAutomationAnswerSourceSourceTypeArgs
- Contact
Lens Data - CONTACT_LENS_DATA
- Gen
Ai - GEN_AI
- Evaluation
Form Question Automation Answer Source Source Type Contact Lens Data - CONTACT_LENS_DATA
- Evaluation
Form Question Automation Answer Source Source Type Gen Ai - GEN_AI
- Contact
Lens Data - CONTACT_LENS_DATA
- Gen
Ai - GEN_AI
- Contact
Lens Data - CONTACT_LENS_DATA
- Gen
Ai - GEN_AI
- CONTACT_LENS_DATA
- CONTACT_LENS_DATA
- GEN_AI
- GEN_AI
- "CONTACT_LENS_DATA"
- CONTACT_LENS_DATA
- "GEN_AI"
- GEN_AI
EvaluationFormQuestionQuestionType, EvaluationFormQuestionQuestionTypeArgs
- Numeric
- NUMERIC
- Singleselect
- SINGLESELECT
- Text
- TEXT
- Multiselect
- MULTISELECT
- Datetime
- DATETIME
- Evaluation
Form Question Question Type Numeric - NUMERIC
- Evaluation
Form Question Question Type Singleselect - SINGLESELECT
- Evaluation
Form Question Question Type Text - TEXT
- Evaluation
Form Question Question Type Multiselect - MULTISELECT
- Evaluation
Form Question Question Type Datetime - DATETIME
- Numeric
- NUMERIC
- Singleselect
- SINGLESELECT
- Text
- TEXT
- Multiselect
- MULTISELECT
- Datetime
- DATETIME
- Numeric
- NUMERIC
- Singleselect
- SINGLESELECT
- Text
- TEXT
- Multiselect
- MULTISELECT
- Datetime
- DATETIME
- NUMERIC
- NUMERIC
- SINGLESELECT
- SINGLESELECT
- TEXT
- TEXT
- MULTISELECT
- MULTISELECT
- DATETIME
- DATETIME
- "NUMERIC"
- NUMERIC
- "SINGLESELECT"
- SINGLESELECT
- "TEXT"
- TEXT
- "MULTISELECT"
- MULTISELECT
- "DATETIME"
- DATETIME
EvaluationFormQuestionTypeProperties, EvaluationFormQuestionTypePropertiesArgs
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.- Multi
Select Pulumi.Aws Native. Connect. Inputs. Evaluation Form Multi Select Question Properties - Numeric
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Numeric Question Properties - The properties of the numeric question.
- Single
Select Pulumi.Aws Native. Connect. Inputs. Evaluation Form Single Select Question Properties - The properties of the numeric question.
- Text
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Text Question Properties - The properties of the text question.
- Multi
Select EvaluationForm Multi Select Question Properties - Numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- Single
Select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- Text
Evaluation
Form Text Question Properties - The properties of the text question.
- multi
Select EvaluationForm Multi Select Question Properties - numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- single
Select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- text
Evaluation
Form Text Question Properties - The properties of the text question.
- multi
Select EvaluationForm Multi Select Question Properties - numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- single
Select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- text
Evaluation
Form Text Question Properties - The properties of the text question.
- multi_
select EvaluationForm Multi Select Question Properties - numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- single_
select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- text
Evaluation
Form Text Question Properties - The properties of the text question.
- multi
Select Property Map - numeric Property Map
- The properties of the numeric question.
- single
Select Property Map - The properties of the numeric question.
- text Property Map
- The properties of the text question.
EvaluationFormScoringStrategy, EvaluationFormScoringStrategyArgs
A scoring strategy of the evaluation form.- Mode
Pulumi.
Aws Native. Connect. Evaluation Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY|SECTION_ONLY - Status
Pulumi.
Aws Native. Connect. Evaluation Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED|DISABLED
- Mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY|SECTION_ONLY - Status
Evaluation
Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED|DISABLED
- mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY|SECTION_ONLY - status
Evaluation
Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED|DISABLED
- mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY|SECTION_ONLY - status
Evaluation
Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED|DISABLED
- mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY|SECTION_ONLY - status
Evaluation
Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED|DISABLED
- mode "QUESTION_ONLY" | "SECTION_ONLY"
- The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY|SECTION_ONLY - status "ENABLED" | "DISABLED"
- The scoring status of the evaluation form.
Allowed values:
ENABLED|DISABLED
EvaluationFormScoringStrategyMode, EvaluationFormScoringStrategyModeArgs
- Question
Only - QUESTION_ONLY
- Section
Only - SECTION_ONLY
- Evaluation
Form Scoring Strategy Mode Question Only - QUESTION_ONLY
- Evaluation
Form Scoring Strategy Mode Section Only - SECTION_ONLY
- Question
Only - QUESTION_ONLY
- Section
Only - SECTION_ONLY
- Question
Only - QUESTION_ONLY
- Section
Only - SECTION_ONLY
- QUESTION_ONLY
- QUESTION_ONLY
- SECTION_ONLY
- SECTION_ONLY
- "QUESTION_ONLY"
- QUESTION_ONLY
- "SECTION_ONLY"
- SECTION_ONLY
EvaluationFormScoringStrategyStatus, EvaluationFormScoringStrategyStatusArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Evaluation
Form Scoring Strategy Status Enabled - ENABLED
- Evaluation
Form Scoring Strategy Status Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
EvaluationFormSection, EvaluationFormSectionArgs
Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation forms can only contain sections and subsections (two level nesting).- Ref
Id string - The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- Title string
- The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
- Instructions string
- The instructions of the section.
- Items
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Item> - The items of the section. Minimum: 1
- Weight double
- The scoring weight of the section. Minimum: 0 Maximum: 100
- Ref
Id string - The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- Title string
- The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
- Instructions string
- The instructions of the section.
- Items
[]Evaluation
Form Item - The items of the section. Minimum: 1
- Weight float64
- The scoring weight of the section. Minimum: 0 Maximum: 100
- ref
Id String - The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title String
- The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
- instructions String
- The instructions of the section.
- items
List<Evaluation
Form Item> - The items of the section. Minimum: 1
- weight Double
- The scoring weight of the section. Minimum: 0 Maximum: 100
- ref
Id string - The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title string
- The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
- instructions string
- The instructions of the section.
- items
Evaluation
Form Item[] - The items of the section. Minimum: 1
- weight number
- The scoring weight of the section. Minimum: 0 Maximum: 100
- ref_
id str - The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title str
- The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
- instructions str
- The instructions of the section.
- items
Sequence[Evaluation
Form Item] - The items of the section. Minimum: 1
- weight float
- The scoring weight of the section. Minimum: 0 Maximum: 100
- ref
Id String - The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
- title String
- The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
- instructions String
- The instructions of the section.
- items List<Property Map>
- The items of the section. Minimum: 1
- weight Number
- The scoring weight of the section. Minimum: 0 Maximum: 100
EvaluationFormSingleSelectQuestionAutomation, EvaluationFormSingleSelectQuestionAutomationArgs
Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.- Options
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Single Select Question Automation Option> - The automation options of the single select question. Minimum: 1 Maximum: 20
- Answer
Source Pulumi.Aws Native. Connect. Inputs. Evaluation Form Question Automation Answer Source - Automation answer source.
- Default
Option stringRef Id - The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
- Options
[]Evaluation
Form Single Select Question Automation Option - The automation options of the single select question. Minimum: 1 Maximum: 20
- Answer
Source EvaluationForm Question Automation Answer Source - Automation answer source.
- Default
Option stringRef Id - The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
- options
List<Evaluation
Form Single Select Question Automation Option> - The automation options of the single select question. Minimum: 1 Maximum: 20
- answer
Source EvaluationForm Question Automation Answer Source - Automation answer source.
- default
Option StringRef Id - The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
- options
Evaluation
Form Single Select Question Automation Option[] - The automation options of the single select question. Minimum: 1 Maximum: 20
- answer
Source EvaluationForm Question Automation Answer Source - Automation answer source.
- default
Option stringRef Id - The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
- options
Sequence[Evaluation
Form Single Select Question Automation Option] - The automation options of the single select question. Minimum: 1 Maximum: 20
- answer_
source EvaluationForm Question Automation Answer Source - Automation answer source.
- default_
option_ strref_ id - The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
- options List<Property Map>
- The automation options of the single select question. Minimum: 1 Maximum: 20
- answer
Source Property Map - Automation answer source.
- default
Option StringRef Id - The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
EvaluationFormSingleSelectQuestionAutomationOption, EvaluationFormSingleSelectQuestionAutomationOptionArgs
The automation options of the single select question.- Rule
Category Pulumi.Aws Native. Connect. Inputs. Evaluation Form Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- Rule
Category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule
Category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule
Category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule_
category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule
Category Property Map - The automation option based on a rule category for the single select question.
EvaluationFormSingleSelectQuestionOption, EvaluationFormSingleSelectQuestionOptionArgs
Information about the automation configuration in single select questions.- Ref
Id string - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- Text string
- The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
- Automatic
Fail bool - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- Automatic
Fail Pulumi.Configuration Aws Native. Connect. Inputs. Evaluation Form Automatic Fail Configuration - Whether automatic fail is configured on a single select question.
- Score int
- The score assigned to the answer option. Minimum: 0 Maximum: 10
- Ref
Id string - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- Text string
- The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
- Automatic
Fail bool - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- Automatic
Fail EvaluationConfiguration Form Automatic Fail Configuration - Whether automatic fail is configured on a single select question.
- Score int
- The score assigned to the answer option. Minimum: 0 Maximum: 10
- ref
Id String - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- text String
- The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
- automatic
Fail Boolean - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic
Fail EvaluationConfiguration Form Automatic Fail Configuration - Whether automatic fail is configured on a single select question.
- score Integer
- The score assigned to the answer option. Minimum: 0 Maximum: 10
- ref
Id string - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- text string
- The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
- automatic
Fail boolean - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic
Fail EvaluationConfiguration Form Automatic Fail Configuration - Whether automatic fail is configured on a single select question.
- score number
- The score assigned to the answer option. Minimum: 0 Maximum: 10
- ref_
id str - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- text str
- The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
- automatic_
fail bool - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic_
fail_ Evaluationconfiguration Form Automatic Fail Configuration - Whether automatic fail is configured on a single select question.
- score int
- The score assigned to the answer option. Minimum: 0 Maximum: 10
- ref
Id String - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- text String
- The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
- automatic
Fail Boolean - The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- automatic
Fail Property MapConfiguration - Whether automatic fail is configured on a single select question.
- score Number
- The score assigned to the answer option. Minimum: 0 Maximum: 10
EvaluationFormSingleSelectQuestionProperties, EvaluationFormSingleSelectQuestionPropertiesArgs
Information about the options in single select questions.- Options
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Single Select Question Option> - The answer options of the single select question. Minimum: 2 Maximum: 256
- Automation
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Single Select Question Automation - The display mode of the single select question.
- Display
As Pulumi.Aws Native. Connect. Evaluation Form Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN|RADIO
- Options
[]Evaluation
Form Single Select Question Option - The answer options of the single select question. Minimum: 2 Maximum: 256
- Automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- Display
As EvaluationForm Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN|RADIO
- options
List<Evaluation
Form Single Select Question Option> - The answer options of the single select question. Minimum: 2 Maximum: 256
- automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- display
As EvaluationForm Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN|RADIO
- options
Evaluation
Form Single Select Question Option[] - The answer options of the single select question. Minimum: 2 Maximum: 256
- automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- display
As EvaluationForm Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN|RADIO
- options
Sequence[Evaluation
Form Single Select Question Option] - The answer options of the single select question. Minimum: 2 Maximum: 256
- automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- display_
as EvaluationForm Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN|RADIO
- options List<Property Map>
- The answer options of the single select question. Minimum: 2 Maximum: 256
- automation Property Map
- The display mode of the single select question.
- display
As "DROPDOWN" | "RADIO" - The display mode of the single select question.
Allowed values:
DROPDOWN|RADIO
EvaluationFormSingleSelectQuestionPropertiesDisplayAs, EvaluationFormSingleSelectQuestionPropertiesDisplayAsArgs
- Dropdown
- DROPDOWN
- Radio
- RADIO
- Evaluation
Form Single Select Question Properties Display As Dropdown - DROPDOWN
- Evaluation
Form Single Select Question Properties Display As Radio - RADIO
- Dropdown
- DROPDOWN
- Radio
- RADIO
- Dropdown
- DROPDOWN
- Radio
- RADIO
- DROPDOWN
- DROPDOWN
- RADIO
- RADIO
- "DROPDOWN"
- DROPDOWN
- "RADIO"
- RADIO
EvaluationFormSingleSelectQuestionRuleCategoryAutomation, EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs
Information about the automation option based on a rule category for a single select question.
Length Constraints: Minimum length of 1. Maximum length of 50.- Category string
- The category name, as defined in Rules. Minimum: 1 Maximum: 50
- Condition
Pulumi.
Aws Native. Connect. Evaluation Form Single Select Question Rule Category Automation Condition - The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
Allowed values:
PRESENT|NOT_PRESENTMaximum: 50 - Option
Ref stringId - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- Category string
- The category name, as defined in Rules. Minimum: 1 Maximum: 50
- Condition
Evaluation
Form Single Select Question Rule Category Automation Condition - The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
Allowed values:
PRESENT|NOT_PRESENTMaximum: 50 - Option
Ref stringId - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- category String
- The category name, as defined in Rules. Minimum: 1 Maximum: 50
- condition
Evaluation
Form Single Select Question Rule Category Automation Condition - The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
Allowed values:
PRESENT|NOT_PRESENTMaximum: 50 - option
Ref StringId - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- category string
- The category name, as defined in Rules. Minimum: 1 Maximum: 50
- condition
Evaluation
Form Single Select Question Rule Category Automation Condition - The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
Allowed values:
PRESENT|NOT_PRESENTMaximum: 50 - option
Ref stringId - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- category str
- The category name, as defined in Rules. Minimum: 1 Maximum: 50
- condition
Evaluation
Form Single Select Question Rule Category Automation Condition - The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
Allowed values:
PRESENT|NOT_PRESENTMaximum: 50 - option_
ref_ strid - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
- category String
- The category name, as defined in Rules. Minimum: 1 Maximum: 50
- condition "PRESENT" | "NOT_PRESENT"
- The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
Allowed values:
PRESENT|NOT_PRESENTMaximum: 50 - option
Ref StringId - The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition, EvaluationFormSingleSelectQuestionRuleCategoryAutomationConditionArgs
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- Evaluation
Form Single Select Question Rule Category Automation Condition Present - PRESENT
- Evaluation
Form Single Select Question Rule Category Automation Condition Not Present - NOT_PRESENT
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- PRESENT
- PRESENT
- NOT_PRESENT
- NOT_PRESENT
- "PRESENT"
- PRESENT
- "NOT_PRESENT"
- NOT_PRESENT
EvaluationFormStatus, EvaluationFormStatusArgs
- Draft
- DRAFT
- Active
- ACTIVE
- Evaluation
Form Status Draft - DRAFT
- Evaluation
Form Status Active - ACTIVE
- Draft
- DRAFT
- Active
- ACTIVE
- Draft
- DRAFT
- Active
- ACTIVE
- DRAFT
- DRAFT
- ACTIVE
- ACTIVE
- "DRAFT"
- DRAFT
- "ACTIVE"
- ACTIVE
EvaluationFormTargetConfiguration, EvaluationFormTargetConfigurationArgs
- Contact
Interaction Pulumi.Type Aws Native. Connect. Evaluation Form Target Configuration Contact Interaction Type - The interaction type of a contact
- Contact
Interaction EvaluationType Form Target Configuration Contact Interaction Type - The interaction type of a contact
- contact
Interaction EvaluationType Form Target Configuration Contact Interaction Type - The interaction type of a contact
- contact
Interaction EvaluationType Form Target Configuration Contact Interaction Type - The interaction type of a contact
- contact_
interaction_ Evaluationtype Form Target Configuration Contact Interaction Type - The interaction type of a contact
- contact
Interaction "AGENT" | "AUTOMATED"Type - The interaction type of a contact
EvaluationFormTargetConfigurationContactInteractionType, EvaluationFormTargetConfigurationContactInteractionTypeArgs
- Agent
- AGENT
- Automated
- AUTOMATED
- Evaluation
Form Target Configuration Contact Interaction Type Agent - AGENT
- Evaluation
Form Target Configuration Contact Interaction Type Automated - AUTOMATED
- Agent
- AGENT
- Automated
- AUTOMATED
- Agent
- AGENT
- Automated
- AUTOMATED
- AGENT
- AGENT
- AUTOMATED
- AUTOMATED
- "AGENT"
- AGENT
- "AUTOMATED"
- AUTOMATED
EvaluationFormTextQuestionAutomation, EvaluationFormTextQuestionAutomationArgs
Information about the automation configuration in text questions.- Answer
Source Pulumi.Aws Native. Connect. Inputs. Evaluation Form Question Automation Answer Source - Automation answer source.
- Answer
Source EvaluationForm Question Automation Answer Source - Automation answer source.
- answer
Source EvaluationForm Question Automation Answer Source - Automation answer source.
- answer
Source EvaluationForm Question Automation Answer Source - Automation answer source.
- answer_
source EvaluationForm Question Automation Answer Source - Automation answer source.
- answer
Source Property Map - Automation answer source.
EvaluationFormTextQuestionProperties, EvaluationFormTextQuestionPropertiesArgs
Information about properties for a text question in an evaluation form.- Automation
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Text Question Automation - The automation properties of the text question.
- Automation
Evaluation
Form Text Question Automation - The automation properties of the text question.
- automation
Evaluation
Form Text Question Automation - The automation properties of the text question.
- automation
Evaluation
Form Text Question Automation - The automation properties of the text question.
- automation
Evaluation
Form Text Question Automation - The automation properties of the text question.
- automation Property Map
- The automation properties of the text question.
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
