Class: Aws::Types::PutIntentRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIntentRequest
- 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.
-
#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.
-
#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.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
782 783 784 |
# File 'sig/types.rbs', line 782 def checksum @checksum end |
#conclusion_statement ⇒ Types::Statement
Returns the value of attribute conclusion_statement.
778 779 780 |
# File 'sig/types.rbs', line 778 def conclusion_statement @conclusion_statement end |
#confirmation_prompt ⇒ Types::Prompt
Returns the value of attribute confirmation_prompt.
775 776 777 |
# File 'sig/types.rbs', line 775 def confirmation_prompt @confirmation_prompt end |
#create_version ⇒ Boolean
Returns the value of attribute create_version.
783 784 785 |
# File 'sig/types.rbs', line 783 def create_version @create_version end |
#description ⇒ ::String
Returns the value of attribute description.
772 773 774 |
# File 'sig/types.rbs', line 772 def description @description end |
#dialog_code_hook ⇒ Types::CodeHook
Returns the value of attribute dialog_code_hook.
779 780 781 |
# File 'sig/types.rbs', line 779 def dialog_code_hook @dialog_code_hook end |
#follow_up_prompt ⇒ Types::FollowUpPrompt
Returns the value of attribute follow_up_prompt.
777 778 779 |
# File 'sig/types.rbs', line 777 def follow_up_prompt @follow_up_prompt end |
#fulfillment_activity ⇒ Types::FulfillmentActivity
Returns the value of attribute fulfillment_activity.
780 781 782 |
# File 'sig/types.rbs', line 780 def fulfillment_activity @fulfillment_activity end |
#input_contexts ⇒ ::Array[Types::InputContext]
Returns the value of attribute input_contexts.
785 786 787 |
# File 'sig/types.rbs', line 785 def input_contexts @input_contexts end |
#kendra_configuration ⇒ Types::KendraConfiguration
Returns the value of attribute kendra_configuration.
784 785 786 |
# File 'sig/types.rbs', line 784 def kendra_configuration @kendra_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
771 772 773 |
# File 'sig/types.rbs', line 771 def name @name end |
#output_contexts ⇒ ::Array[Types::OutputContext]
Returns the value of attribute output_contexts.
786 787 788 |
# File 'sig/types.rbs', line 786 def output_contexts @output_contexts end |
#parent_intent_signature ⇒ ::String
Returns the value of attribute parent_intent_signature.
781 782 783 |
# File 'sig/types.rbs', line 781 def parent_intent_signature @parent_intent_signature end |
#rejection_statement ⇒ Types::Statement
Returns the value of attribute rejection_statement.
776 777 778 |
# File 'sig/types.rbs', line 776 def rejection_statement @rejection_statement end |
#sample_utterances ⇒ ::Array[::String]
Returns the value of attribute sample_utterances.
774 775 776 |
# File 'sig/types.rbs', line 774 def sample_utterances @sample_utterances end |
#slots ⇒ ::Array[Types::Slot]
Returns the value of attribute slots.
773 774 775 |
# File 'sig/types.rbs', line 773 def slots @slots end |