Module: Aws::LexModelBuildingService::Client::_GetIntentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checksum ⇒ ::String
- #conclusion_statement ⇒ Types::Statement
- #confirmation_prompt ⇒ Types::Prompt
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #dialog_code_hook ⇒ Types::CodeHook
- #follow_up_prompt ⇒ Types::FollowUpPrompt
- #fulfillment_activity ⇒ Types::FulfillmentActivity
- #input_contexts ⇒ ::Array[Types::InputContext]
- #kendra_configuration ⇒ Types::KendraConfiguration
- #last_updated_date ⇒ ::Time
- #name ⇒ ::String
- #output_contexts ⇒ ::Array[Types::OutputContext]
- #parent_intent_signature ⇒ ::String
- #rejection_statement ⇒ Types::Statement
- #sample_utterances ⇒ ::Array[::String]
- #slots ⇒ ::Array[Types::Slot]
- #version ⇒ ::String
Instance Method Details
#checksum ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def checksum: () -> ::String
|
#conclusion_statement ⇒ Types::Statement
422 |
# File 'sig/client.rbs', line 422
def conclusion_statement: () -> Types::Statement
|
#confirmation_prompt ⇒ Types::Prompt
419 |
# File 'sig/client.rbs', line 419
def confirmation_prompt: () -> Types::Prompt
|
#created_date ⇒ ::Time
427 |
# File 'sig/client.rbs', line 427
def created_date: () -> ::Time
|
#description ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def description: () -> ::String
|
#dialog_code_hook ⇒ Types::CodeHook
423 |
# File 'sig/client.rbs', line 423
def dialog_code_hook: () -> Types::CodeHook
|
#follow_up_prompt ⇒ Types::FollowUpPrompt
421 |
# File 'sig/client.rbs', line 421
def follow_up_prompt: () -> Types::FollowUpPrompt
|
#fulfillment_activity ⇒ Types::FulfillmentActivity
424 |
# File 'sig/client.rbs', line 424
def fulfillment_activity: () -> Types::FulfillmentActivity
|
#input_contexts ⇒ ::Array[Types::InputContext]
431 |
# File 'sig/client.rbs', line 431
def input_contexts: () -> ::Array[Types::InputContext]
|
#kendra_configuration ⇒ Types::KendraConfiguration
430 |
# File 'sig/client.rbs', line 430
def kendra_configuration: () -> Types::KendraConfiguration
|
#last_updated_date ⇒ ::Time
426 |
# File 'sig/client.rbs', line 426
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
415 |
# File 'sig/client.rbs', line 415
def name: () -> ::String
|
#output_contexts ⇒ ::Array[Types::OutputContext]
432 |
# File 'sig/client.rbs', line 432
def output_contexts: () -> ::Array[Types::OutputContext]
|
#parent_intent_signature ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def parent_intent_signature: () -> ::String
|
#rejection_statement ⇒ Types::Statement
420 |
# File 'sig/client.rbs', line 420
def rejection_statement: () -> Types::Statement
|
#sample_utterances ⇒ ::Array[::String]
418 |
# File 'sig/client.rbs', line 418
def sample_utterances: () -> ::Array[::String]
|
#slots ⇒ ::Array[Types::Slot]
417 |
# File 'sig/client.rbs', line 417
def slots: () -> ::Array[Types::Slot]
|
#version ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def version: () -> ::String
|