Module: Aws::LexModelBuildingService::Client::_PutIntentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutIntentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checksum ⇒ ::String
- #conclusion_statement ⇒ Types::Statement
- #confirmation_prompt ⇒ Types::Prompt
- #create_version ⇒ Boolean
- #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
680 |
# File 'sig/client.rbs', line 680
def checksum: () -> ::String
|
#conclusion_statement ⇒ Types::Statement
673 |
# File 'sig/client.rbs', line 673
def conclusion_statement: () -> Types::Statement
|
#confirmation_prompt ⇒ Types::Prompt
670 |
# File 'sig/client.rbs', line 670
def confirmation_prompt: () -> Types::Prompt
|
#create_version ⇒ Boolean
681 |
# File 'sig/client.rbs', line 681
def create_version: () -> bool
|
#created_date ⇒ ::Time
678 |
# File 'sig/client.rbs', line 678
def created_date: () -> ::Time
|
#description ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def description: () -> ::String
|
#dialog_code_hook ⇒ Types::CodeHook
674 |
# File 'sig/client.rbs', line 674
def dialog_code_hook: () -> Types::CodeHook
|
#follow_up_prompt ⇒ Types::FollowUpPrompt
672 |
# File 'sig/client.rbs', line 672
def follow_up_prompt: () -> Types::FollowUpPrompt
|
#fulfillment_activity ⇒ Types::FulfillmentActivity
675 |
# File 'sig/client.rbs', line 675
def fulfillment_activity: () -> Types::FulfillmentActivity
|
#input_contexts ⇒ ::Array[Types::InputContext]
683 |
# File 'sig/client.rbs', line 683
def input_contexts: () -> ::Array[Types::InputContext]
|
#kendra_configuration ⇒ Types::KendraConfiguration
682 |
# File 'sig/client.rbs', line 682
def kendra_configuration: () -> Types::KendraConfiguration
|
#last_updated_date ⇒ ::Time
677 |
# File 'sig/client.rbs', line 677
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def name: () -> ::String
|
#output_contexts ⇒ ::Array[Types::OutputContext]
684 |
# File 'sig/client.rbs', line 684
def output_contexts: () -> ::Array[Types::OutputContext]
|
#parent_intent_signature ⇒ ::String
676 |
# File 'sig/client.rbs', line 676
def parent_intent_signature: () -> ::String
|
#rejection_statement ⇒ Types::Statement
671 |
# File 'sig/client.rbs', line 671
def rejection_statement: () -> Types::Statement
|
#sample_utterances ⇒ ::Array[::String]
669 |
# File 'sig/client.rbs', line 669
def sample_utterances: () -> ::Array[::String]
|
#slots ⇒ ::Array[Types::Slot]
668 |
# File 'sig/client.rbs', line 668
def slots: () -> ::Array[Types::Slot]
|
#version ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def version: () -> ::String
|