Class: Aws::Types::PutIntentResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutIntentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#conclusion_statement ⇒ Types::Statement
Returns the value of attribute conclusion_statement.
-
#confirmation_prompt ⇒ Types::Prompt
Returns the value of attribute confirmation_prompt.
-
#create_version ⇒ Boolean
Returns the value of attribute create_version.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dialog_code_hook ⇒ Types::CodeHook
Returns the value of attribute dialog_code_hook.
-
#follow_up_prompt ⇒ Types::FollowUpPrompt
Returns the value of attribute follow_up_prompt.
-
#fulfillment_activity ⇒ Types::FulfillmentActivity
Returns the value of attribute fulfillment_activity.
-
#input_contexts ⇒ ::Array[Types::InputContext]
Returns the value of attribute input_contexts.
-
#kendra_configuration ⇒ Types::KendraConfiguration
Returns the value of attribute kendra_configuration.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_contexts ⇒ ::Array[Types::OutputContext]
Returns the value of attribute output_contexts.
-
#parent_intent_signature ⇒ ::String
Returns the value of attribute parent_intent_signature.
-
#rejection_statement ⇒ Types::Statement
Returns the value of attribute rejection_statement.
-
#sample_utterances ⇒ ::Array[::String]
Returns the value of attribute sample_utterances.
-
#slots ⇒ ::Array[Types::Slot]
Returns the value of attribute slots.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
805 806 807 |
# File 'sig/types.rbs', line 805 def checksum @checksum end |
#conclusion_statement ⇒ Types::Statement
Returns the value of attribute conclusion_statement.
798 799 800 |
# File 'sig/types.rbs', line 798 def conclusion_statement @conclusion_statement end |
#confirmation_prompt ⇒ Types::Prompt
Returns the value of attribute confirmation_prompt.
795 796 797 |
# File 'sig/types.rbs', line 795 def confirmation_prompt @confirmation_prompt end |
#create_version ⇒ Boolean
Returns the value of attribute create_version.
806 807 808 |
# File 'sig/types.rbs', line 806 def create_version @create_version end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
803 804 805 |
# File 'sig/types.rbs', line 803 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
792 793 794 |
# File 'sig/types.rbs', line 792 def description @description end |
#dialog_code_hook ⇒ Types::CodeHook
Returns the value of attribute dialog_code_hook.
799 800 801 |
# File 'sig/types.rbs', line 799 def dialog_code_hook @dialog_code_hook end |
#follow_up_prompt ⇒ Types::FollowUpPrompt
Returns the value of attribute follow_up_prompt.
797 798 799 |
# File 'sig/types.rbs', line 797 def follow_up_prompt @follow_up_prompt end |
#fulfillment_activity ⇒ Types::FulfillmentActivity
Returns the value of attribute fulfillment_activity.
800 801 802 |
# File 'sig/types.rbs', line 800 def fulfillment_activity @fulfillment_activity end |
#input_contexts ⇒ ::Array[Types::InputContext]
Returns the value of attribute input_contexts.
808 809 810 |
# File 'sig/types.rbs', line 808 def input_contexts @input_contexts end |
#kendra_configuration ⇒ Types::KendraConfiguration
Returns the value of attribute kendra_configuration.
807 808 809 |
# File 'sig/types.rbs', line 807 def kendra_configuration @kendra_configuration end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
802 803 804 |
# File 'sig/types.rbs', line 802 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
791 792 793 |
# File 'sig/types.rbs', line 791 def name @name end |
#output_contexts ⇒ ::Array[Types::OutputContext]
Returns the value of attribute output_contexts.
809 810 811 |
# File 'sig/types.rbs', line 809 def output_contexts @output_contexts end |
#parent_intent_signature ⇒ ::String
Returns the value of attribute parent_intent_signature.
801 802 803 |
# File 'sig/types.rbs', line 801 def parent_intent_signature @parent_intent_signature end |
#rejection_statement ⇒ Types::Statement
Returns the value of attribute rejection_statement.
796 797 798 |
# File 'sig/types.rbs', line 796 def rejection_statement @rejection_statement end |
#sample_utterances ⇒ ::Array[::String]
Returns the value of attribute sample_utterances.
794 795 796 |
# File 'sig/types.rbs', line 794 def sample_utterances @sample_utterances end |
#slots ⇒ ::Array[Types::Slot]
Returns the value of attribute slots.
793 794 795 |
# File 'sig/types.rbs', line 793 def slots @slots end |
#version ⇒ ::String
Returns the value of attribute version.
804 805 806 |
# File 'sig/types.rbs', line 804 def version @version end |