Class: Aws::Types::DescribeIntentResponse

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)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def description
  @description
end

#dialog_code_hook ⇒ Types::DialogCodeHookSettings

Returns the value of attribute dialog_code_hook.



1553
1554
1555
# File 'sig/types.rbs', line 1553

def dialog_code_hook
  @dialog_code_hook
end

#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings

Returns the value of attribute fulfillment_code_hook.



1554
1555
1556
# File 'sig/types.rbs', line 1554

def fulfillment_code_hook
  @fulfillment_code_hook
end

#initial_response_setting ⇒ Types::InitialResponseSetting

Returns the value of attribute initial_response_setting.



1566
1567
1568
# File 'sig/types.rbs', line 1566

def initial_response_setting
  @initial_response_setting
end

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

Returns the value of attribute input_contexts.

Returns:



1558
1559
1560
# File 'sig/types.rbs', line 1558

def input_contexts
  @input_contexts
end

#intent_closing_setting ⇒ Types::IntentClosingSetting

Returns the value of attribute intent_closing_setting.



1557
1558
1559
# File 'sig/types.rbs', line 1557

def intent_closing_setting
  @intent_closing_setting
end

#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting

Returns the value of attribute intent_confirmation_setting.



1556
1557
1558
# File 'sig/types.rbs', line 1556

def intent_confirmation_setting
  @intent_confirmation_setting
end

#intent_display_name ⇒ ::String

Returns the value of attribute intent_display_name.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def intent_display_name
  @intent_display_name
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def intent_id
  @intent_id
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


1548
1549
1550
# File 'sig/types.rbs', line 1548

def intent_name
  @intent_name
end

#kendra_configuration ⇒ Types::KendraConfiguration

Returns the value of attribute kendra_configuration.



1560
1561
1562
# File 'sig/types.rbs', line 1560

def kendra_configuration
  @kendra_configuration
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def locale_id
  @locale_id
end

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

Returns the value of attribute output_contexts.

Returns:



1559
1560
1561
# File 'sig/types.rbs', line 1559

def output_contexts
  @output_contexts
end

#parent_intent_signature ⇒ ::String

Returns the value of attribute parent_intent_signature.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

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.



1568
1569
1570
# File 'sig/types.rbs', line 1568

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.



1567
1568
1569
# File 'sig/types.rbs', line 1567

def qn_a_intent_configuration
  @qn_a_intent_configuration
end

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

Returns the value of attribute sample_utterances.

Returns:



1552
1553
1554
# File 'sig/types.rbs', line 1552

def sample_utterances
  @sample_utterances
end

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

Returns the value of attribute slot_priorities.

Returns:



1555
1556
1557
# File 'sig/types.rbs', line 1555

def slot_priorities
  @slot_priorities
end