Class: Aws::Types::UpdateIntentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3653
3654
3655
# File 'sig/types.rbs', line 3653

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3654
3655
3656
# File 'sig/types.rbs', line 3654

def bot_version
  @bot_version
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3642
3643
3644
# File 'sig/types.rbs', line 3642

def description
  @description
end

#dialog_code_hook ⇒ Types::DialogCodeHookSettings

Returns the value of attribute dialog_code_hook.



3645
3646
3647
# File 'sig/types.rbs', line 3645

def dialog_code_hook
  @dialog_code_hook
end

#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings

Returns the value of attribute fulfillment_code_hook.



3646
3647
3648
# File 'sig/types.rbs', line 3646

def fulfillment_code_hook
  @fulfillment_code_hook
end

#initial_response_setting ⇒ Types::InitialResponseSetting

Returns the value of attribute initial_response_setting.



3656
3657
3658
# File 'sig/types.rbs', line 3656

def initial_response_setting
  @initial_response_setting
end

#input_contexts ⇒ ::Array[Types::InputContext]

Returns the value of attribute input_contexts.

Returns:



3650
3651
3652
# File 'sig/types.rbs', line 3650

def input_contexts
  @input_contexts
end

#intent_closing_setting ⇒ Types::IntentClosingSetting

Returns the value of attribute intent_closing_setting.



3649
3650
3651
# File 'sig/types.rbs', line 3649

def intent_closing_setting
  @intent_closing_setting
end

#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting

Returns the value of attribute intent_confirmation_setting.



3648
3649
3650
# File 'sig/types.rbs', line 3648

def intent_confirmation_setting
  @intent_confirmation_setting
end

#intent_display_name ⇒ ::String

Returns the value of attribute intent_display_name.

Returns:

  • (::String)


3641
3642
3643
# File 'sig/types.rbs', line 3641

def intent_display_name
  @intent_display_name
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


3639
3640
3641
# File 'sig/types.rbs', line 3639

def intent_id
  @intent_id
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


3640
3641
3642
# File 'sig/types.rbs', line 3640

def intent_name
  @intent_name
end

#kendra_configuration ⇒ Types::KendraConfiguration

Returns the value of attribute kendra_configuration.



3652
3653
3654
# File 'sig/types.rbs', line 3652

def kendra_configuration
  @kendra_configuration
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3655
3656
3657
# File 'sig/types.rbs', line 3655

def locale_id
  @locale_id
end

#output_contexts ⇒ ::Array[Types::OutputContext]

Returns the value of attribute output_contexts.

Returns:



3651
3652
3653
# File 'sig/types.rbs', line 3651

def output_contexts
  @output_contexts
end

#parent_intent_signature ⇒ ::String

Returns the value of attribute parent_intent_signature.

Returns:

  • (::String)


3643
3644
3645
# File 'sig/types.rbs', line 3643

def parent_intent_signature
  @parent_intent_signature
end

#q_in_connect_intent_configuration ⇒ Types::QInConnectIntentConfiguration

Returns the value of attribute q_in_connect_intent_configuration.



3658
3659
3660
# File 'sig/types.rbs', line 3658

def q_in_connect_intent_configuration
  @q_in_connect_intent_configuration
end

#qn_a_intent_configuration ⇒ Types::QnAIntentConfiguration

Returns the value of attribute qn_a_intent_configuration.



3657
3658
3659
# File 'sig/types.rbs', line 3657

def qn_a_intent_configuration
  @qn_a_intent_configuration
end

#sample_utterances ⇒ ::Array[Types::SampleUtterance]

Returns the value of attribute sample_utterances.

Returns:



3644
3645
3646
# File 'sig/types.rbs', line 3644

def sample_utterances
  @sample_utterances
end

#slot_priorities ⇒ ::Array[Types::SlotPriority]

Returns the value of attribute slot_priorities.

Returns:



3647
3648
3649
# File 'sig/types.rbs', line 3647

def slot_priorities
  @slot_priorities
end