Module: Aws::LexModelsV2::Client::_CreateIntentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIntentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #dialog_code_hook ⇒ Types::DialogCodeHookSettings
- #fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings
- #initial_response_setting ⇒ Types::InitialResponseSetting
- #input_contexts ⇒ ::Array[Types::InputContext]
- #intent_closing_setting ⇒ Types::IntentClosingSetting
- #intent_confirmation_setting ⇒ Types::IntentConfirmationSetting
- #intent_display_name ⇒ ::String
- #intent_id ⇒ ::String
- #intent_name ⇒ ::String
- #kendra_configuration ⇒ Types::KendraConfiguration
- #locale_id ⇒ ::String
- #output_contexts ⇒ ::Array[Types::OutputContext]
- #parent_intent_signature ⇒ ::String
- #q_in_connect_intent_configuration ⇒ Types::QInConnectIntentConfiguration
- #qn_a_intent_configuration ⇒ Types::QnAIntentConfiguration
- #sample_utterances ⇒ ::Array[Types::SampleUtterance]
Instance Method Details
#bot_id ⇒ ::String
371 |
# File 'sig/client.rbs', line 371 def bot_id: () -> ::String |
#bot_version ⇒ ::String
372 |
# File 'sig/client.rbs', line 372 def bot_version: () -> ::String |
#creation_date_time ⇒ ::Time
374 |
# File 'sig/client.rbs', line 374 def creation_date_time: () -> ::Time |
#description ⇒ ::String
361 |
# File 'sig/client.rbs', line 361 def description: () -> ::String |
#dialog_code_hook ⇒ Types::DialogCodeHookSettings
364 |
# File 'sig/client.rbs', line 364 def dialog_code_hook: () -> Types::DialogCodeHookSettings |
#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings
365 |
# File 'sig/client.rbs', line 365 def fulfillment_code_hook: () -> Types::FulfillmentCodeHookSettings |
#initial_response_setting ⇒ Types::InitialResponseSetting
375 |
# File 'sig/client.rbs', line 375 def initial_response_setting: () -> Types::InitialResponseSetting |
#input_contexts ⇒ ::Array[Types::InputContext]
368 |
# File 'sig/client.rbs', line 368 def input_contexts: () -> ::Array[Types::InputContext] |
#intent_closing_setting ⇒ Types::IntentClosingSetting
367 |
# File 'sig/client.rbs', line 367 def intent_closing_setting: () -> Types::IntentClosingSetting |
#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting
366 |
# File 'sig/client.rbs', line 366 def intent_confirmation_setting: () -> Types::IntentConfirmationSetting |
#intent_display_name ⇒ ::String
360 |
# File 'sig/client.rbs', line 360 def intent_display_name: () -> ::String |
#intent_id ⇒ ::String
358 |
# File 'sig/client.rbs', line 358 def intent_id: () -> ::String |
#intent_name ⇒ ::String
359 |
# File 'sig/client.rbs', line 359 def intent_name: () -> ::String |
#kendra_configuration ⇒ Types::KendraConfiguration
370 |
# File 'sig/client.rbs', line 370 def kendra_configuration: () -> Types::KendraConfiguration |
#locale_id ⇒ ::String
373 |
# File 'sig/client.rbs', line 373 def locale_id: () -> ::String |
#output_contexts ⇒ ::Array[Types::OutputContext]
369 |
# File 'sig/client.rbs', line 369 def output_contexts: () -> ::Array[Types::OutputContext] |
#parent_intent_signature ⇒ ::String
362 |
# File 'sig/client.rbs', line 362 def parent_intent_signature: () -> ::String |
#q_in_connect_intent_configuration ⇒ Types::QInConnectIntentConfiguration
377 |
# File 'sig/client.rbs', line 377 def q_in_connect_intent_configuration: () -> Types::QInConnectIntentConfiguration |
#qn_a_intent_configuration ⇒ Types::QnAIntentConfiguration
376 |
# File 'sig/client.rbs', line 376 def qn_a_intent_configuration: () -> Types::QnAIntentConfiguration |
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
363 |
# File 'sig/client.rbs', line 363 def sample_utterances: () -> ::Array[Types::SampleUtterance] |