Module: Aws::LexModelBuildingService::Client::_CreateIntentVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIntentVersionResponse]
- 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
124 |
# File 'sig/client.rbs', line 124
def checksum: () -> ::String
|
#conclusion_statement ⇒ Types::Statement
117 |
# File 'sig/client.rbs', line 117
def conclusion_statement: () -> Types::Statement
|
#confirmation_prompt ⇒ Types::Prompt
114 |
# File 'sig/client.rbs', line 114
def confirmation_prompt: () -> Types::Prompt
|
#created_date ⇒ ::Time
122 |
# File 'sig/client.rbs', line 122
def created_date: () -> ::Time
|
#description ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def description: () -> ::String
|
#dialog_code_hook ⇒ Types::CodeHook
118 |
# File 'sig/client.rbs', line 118
def dialog_code_hook: () -> Types::CodeHook
|
#follow_up_prompt ⇒ Types::FollowUpPrompt
116 |
# File 'sig/client.rbs', line 116
def follow_up_prompt: () -> Types::FollowUpPrompt
|
#fulfillment_activity ⇒ Types::FulfillmentActivity
119 |
# File 'sig/client.rbs', line 119
def fulfillment_activity: () -> Types::FulfillmentActivity
|
#input_contexts ⇒ ::Array[Types::InputContext]
126 |
# File 'sig/client.rbs', line 126
def input_contexts: () -> ::Array[Types::InputContext]
|
#kendra_configuration ⇒ Types::KendraConfiguration
125 |
# File 'sig/client.rbs', line 125
def kendra_configuration: () -> Types::KendraConfiguration
|
#last_updated_date ⇒ ::Time
121 |
# File 'sig/client.rbs', line 121
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def name: () -> ::String
|
#output_contexts ⇒ ::Array[Types::OutputContext]
127 |
# File 'sig/client.rbs', line 127
def output_contexts: () -> ::Array[Types::OutputContext]
|
#parent_intent_signature ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def parent_intent_signature: () -> ::String
|
#rejection_statement ⇒ Types::Statement
115 |
# File 'sig/client.rbs', line 115
def rejection_statement: () -> Types::Statement
|
#sample_utterances ⇒ ::Array[::String]
113 |
# File 'sig/client.rbs', line 113
def sample_utterances: () -> ::Array[::String]
|
#slots ⇒ ::Array[Types::Slot]
112 |
# File 'sig/client.rbs', line 112
def slots: () -> ::Array[Types::Slot]
|
#version ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def version: () -> ::String
|