Class: Aws::Types::PutIntentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def checksum
  @checksum
end

#conclusion_statementTypes::Statement

Returns the value of attribute conclusion_statement.

Returns:



778
779
780
# File 'sig/types.rbs', line 778

def conclusion_statement
  @conclusion_statement
end

#confirmation_promptTypes::Prompt

Returns the value of attribute confirmation_prompt.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def confirmation_prompt
  @confirmation_prompt
end

#create_versionBoolean

Returns the value of attribute create_version.

Returns:

  • (Boolean)


783
784
785
# File 'sig/types.rbs', line 783

def create_version
  @create_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def description
  @description
end

#dialog_code_hookTypes::CodeHook

Returns the value of attribute dialog_code_hook.

Returns:



779
780
781
# File 'sig/types.rbs', line 779

def dialog_code_hook
  @dialog_code_hook
end

#follow_up_promptTypes::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_activityTypes::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.

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def input_contexts
  @input_contexts
end

#kendra_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def parent_intent_signature
  @parent_intent_signature
end

#rejection_statementTypes::Statement

Returns the value of attribute rejection_statement.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:



773
774
775
# File 'sig/types.rbs', line 773

def slots
  @slots
end