Class: Aws::Types::CreateIntentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dialog_code_hook ⇒ Types::DialogCodeHookSettings
Returns the value of attribute dialog_code_hook.
-
#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings
Returns the value of attribute fulfillment_code_hook.
-
#initial_response_setting ⇒ Types::InitialResponseSetting
Returns the value of attribute initial_response_setting.
-
#input_contexts ⇒ ::Array[Types::InputContext]
Returns the value of attribute input_contexts.
-
#intent_closing_setting ⇒ Types::IntentClosingSetting
Returns the value of attribute intent_closing_setting.
-
#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting
Returns the value of attribute intent_confirmation_setting.
-
#intent_display_name ⇒ ::String
Returns the value of attribute intent_display_name.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#kendra_configuration ⇒ Types::KendraConfiguration
Returns the value of attribute kendra_configuration.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#output_contexts ⇒ ::Array[Types::OutputContext]
Returns the value of attribute output_contexts.
-
#parent_intent_signature ⇒ ::String
Returns the value of attribute parent_intent_signature.
-
#q_in_connect_intent_configuration ⇒ Types::QInConnectIntentConfiguration
Returns the value of attribute q_in_connect_intent_configuration.
-
#qn_a_intent_configuration ⇒ Types::QnAIntentConfiguration
Returns the value of attribute qn_a_intent_configuration.
-
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
Returns the value of attribute sample_utterances.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
907 908 909 |
# File 'sig/types.rbs', line 907 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
908 909 910 |
# File 'sig/types.rbs', line 908 def bot_version @bot_version end |
#description ⇒ ::String
Returns the value of attribute description.
897 898 899 |
# File 'sig/types.rbs', line 897 def description @description end |
#dialog_code_hook ⇒ Types::DialogCodeHookSettings
Returns the value of attribute dialog_code_hook.
900 901 902 |
# File 'sig/types.rbs', line 900 def dialog_code_hook @dialog_code_hook end |
#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings
Returns the value of attribute fulfillment_code_hook.
901 902 903 |
# File 'sig/types.rbs', line 901 def fulfillment_code_hook @fulfillment_code_hook end |
#initial_response_setting ⇒ Types::InitialResponseSetting
Returns the value of attribute initial_response_setting.
910 911 912 |
# File 'sig/types.rbs', line 910 def initial_response_setting @initial_response_setting end |
#input_contexts ⇒ ::Array[Types::InputContext]
Returns the value of attribute input_contexts.
904 905 906 |
# File 'sig/types.rbs', line 904 def input_contexts @input_contexts end |
#intent_closing_setting ⇒ Types::IntentClosingSetting
Returns the value of attribute intent_closing_setting.
903 904 905 |
# File 'sig/types.rbs', line 903 def intent_closing_setting @intent_closing_setting end |
#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting
Returns the value of attribute intent_confirmation_setting.
902 903 904 |
# File 'sig/types.rbs', line 902 def intent_confirmation_setting @intent_confirmation_setting end |
#intent_display_name ⇒ ::String
Returns the value of attribute intent_display_name.
896 897 898 |
# File 'sig/types.rbs', line 896 def intent_display_name @intent_display_name end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
895 896 897 |
# File 'sig/types.rbs', line 895 def intent_name @intent_name end |
#kendra_configuration ⇒ Types::KendraConfiguration
Returns the value of attribute kendra_configuration.
906 907 908 |
# File 'sig/types.rbs', line 906 def kendra_configuration @kendra_configuration end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
909 910 911 |
# File 'sig/types.rbs', line 909 def locale_id @locale_id end |
#output_contexts ⇒ ::Array[Types::OutputContext]
Returns the value of attribute output_contexts.
905 906 907 |
# File 'sig/types.rbs', line 905 def output_contexts @output_contexts end |
#parent_intent_signature ⇒ ::String
Returns the value of attribute parent_intent_signature.
898 899 900 |
# File 'sig/types.rbs', line 898 def parent_intent_signature @parent_intent_signature end |
#q_in_connect_intent_configuration ⇒ Types::QInConnectIntentConfiguration
Returns the value of attribute q_in_connect_intent_configuration.
912 913 914 |
# File 'sig/types.rbs', line 912 def q_in_connect_intent_configuration @q_in_connect_intent_configuration end |
#qn_a_intent_configuration ⇒ Types::QnAIntentConfiguration
Returns the value of attribute qn_a_intent_configuration.
911 912 913 |
# File 'sig/types.rbs', line 911 def qn_a_intent_configuration @qn_a_intent_configuration end |
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
Returns the value of attribute sample_utterances.
899 900 901 |
# File 'sig/types.rbs', line 899 def sample_utterances @sample_utterances end |