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
367 |
# File 'sig/client.rbs', line 367
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
370 |
# File 'sig/client.rbs', line 370
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def description: () -> ::String
|
#dialog_code_hook ⇒ Types::DialogCodeHookSettings
360 |
# File 'sig/client.rbs', line 360
def dialog_code_hook: () -> Types::DialogCodeHookSettings
|
#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings
361 |
# File 'sig/client.rbs', line 361
def fulfillment_code_hook: () -> Types::FulfillmentCodeHookSettings
|
#initial_response_setting ⇒ Types::InitialResponseSetting
371 |
# File 'sig/client.rbs', line 371
def initial_response_setting: () -> Types::InitialResponseSetting
|
#input_contexts ⇒ ::Array[Types::InputContext]
364 |
# File 'sig/client.rbs', line 364
def input_contexts: () -> ::Array[Types::InputContext]
|
#intent_closing_setting ⇒ Types::IntentClosingSetting
363 |
# File 'sig/client.rbs', line 363
def intent_closing_setting: () -> Types::IntentClosingSetting
|
#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting
362 |
# File 'sig/client.rbs', line 362
def intent_confirmation_setting: () -> Types::IntentConfirmationSetting
|
#intent_display_name ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def intent_display_name: () -> ::String
|
#intent_id ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def intent_id: () -> ::String
|
#intent_name ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def intent_name: () -> ::String
|
#kendra_configuration ⇒ Types::KendraConfiguration
366 |
# File 'sig/client.rbs', line 366
def kendra_configuration: () -> Types::KendraConfiguration
|
#locale_id ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def locale_id: () -> ::String
|
#output_contexts ⇒ ::Array[Types::OutputContext]
365 |
# File 'sig/client.rbs', line 365
def output_contexts: () -> ::Array[Types::OutputContext]
|
#parent_intent_signature ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def parent_intent_signature: () -> ::String
|
#q_in_connect_intent_configuration ⇒ Types::QInConnectIntentConfiguration
373 |
# File 'sig/client.rbs', line 373
def q_in_connect_intent_configuration: () -> Types::QInConnectIntentConfiguration
|
#qn_a_intent_configuration ⇒ Types::QnAIntentConfiguration
372 |
# File 'sig/client.rbs', line 372
def qn_a_intent_configuration: () -> Types::QnAIntentConfiguration
|
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
359 |
# File 'sig/client.rbs', line 359
def sample_utterances: () -> ::Array[Types::SampleUtterance]
|