Class: Aws::Types::UpdateIntentResponse

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)


3677
3678
3679
# File 'sig/types.rbs', line 3677

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3680
3681
3682
# File 'sig/types.rbs', line 3680

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3666
3667
3668
# File 'sig/types.rbs', line 3666

def description
  @description
end

#dialog_code_hook ⇒ Types::DialogCodeHookSettings

Returns the value of attribute dialog_code_hook.



3669
3670
3671
# File 'sig/types.rbs', line 3669

def dialog_code_hook
  @dialog_code_hook
end

#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings

Returns the value of attribute fulfillment_code_hook.



3670
3671
3672
# File 'sig/types.rbs', line 3670

def fulfillment_code_hook
  @fulfillment_code_hook
end

#initial_response_setting ⇒ Types::InitialResponseSetting

Returns the value of attribute initial_response_setting.



3682
3683
3684
# File 'sig/types.rbs', line 3682

def initial_response_setting
  @initial_response_setting
end

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

Returns the value of attribute input_contexts.

Returns:



3674
3675
3676
# File 'sig/types.rbs', line 3674

def input_contexts
  @input_contexts
end

#intent_closing_setting ⇒ Types::IntentClosingSetting

Returns the value of attribute intent_closing_setting.



3673
3674
3675
# File 'sig/types.rbs', line 3673

def intent_closing_setting
  @intent_closing_setting
end

#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting

Returns the value of attribute intent_confirmation_setting.



3672
3673
3674
# File 'sig/types.rbs', line 3672

def intent_confirmation_setting
  @intent_confirmation_setting
end

#intent_display_name ⇒ ::String

Returns the value of attribute intent_display_name.

Returns:

  • (::String)


3665
3666
3667
# File 'sig/types.rbs', line 3665

def intent_display_name
  @intent_display_name
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


3663
3664
3665
# File 'sig/types.rbs', line 3663

def intent_id
  @intent_id
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


3664
3665
3666
# File 'sig/types.rbs', line 3664

def intent_name
  @intent_name
end

#kendra_configuration ⇒ Types::KendraConfiguration

Returns the value of attribute kendra_configuration.



3676
3677
3678
# File 'sig/types.rbs', line 3676

def kendra_configuration
  @kendra_configuration
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


3681
3682
3683
# File 'sig/types.rbs', line 3681

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3679
3680
3681
# File 'sig/types.rbs', line 3679

def locale_id
  @locale_id
end

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

Returns the value of attribute output_contexts.

Returns:



3675
3676
3677
# File 'sig/types.rbs', line 3675

def output_contexts
  @output_contexts
end

#parent_intent_signature ⇒ ::String

Returns the value of attribute parent_intent_signature.

Returns:

  • (::String)


3667
3668
3669
# File 'sig/types.rbs', line 3667

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.



3684
3685
3686
# File 'sig/types.rbs', line 3684

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.



3683
3684
3685
# File 'sig/types.rbs', line 3683

def qn_a_intent_configuration
  @qn_a_intent_configuration
end

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

Returns the value of attribute sample_utterances.

Returns:



3668
3669
3670
# File 'sig/types.rbs', line 3668

def sample_utterances
  @sample_utterances
end

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

Returns the value of attribute slot_priorities.

Returns:



3671
3672
3673
# File 'sig/types.rbs', line 3671

def slot_priorities
  @slot_priorities
end