Class: Aws::Types::IntentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2060
2061
2062
# File 'sig/types.rbs', line 2060

def description
  @description
end

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

Returns the value of attribute input_contexts.

Returns:



2062
2063
2064
# File 'sig/types.rbs', line 2062

def input_contexts
  @input_contexts
end

#intent_display_name ⇒ ::String

Returns the value of attribute intent_display_name.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def intent_display_name
  @intent_display_name
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def intent_id
  @intent_id
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def intent_name
  @intent_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def last_updated_date_time
  @last_updated_date_time
end

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

Returns the value of attribute output_contexts.

Returns:



2063
2064
2065
# File 'sig/types.rbs', line 2063

def output_contexts
  @output_contexts
end

#parent_intent_signature ⇒ ::String

Returns the value of attribute parent_intent_signature.

Returns:

  • (::String)


2061
2062
2063
# File 'sig/types.rbs', line 2061

def parent_intent_signature
  @parent_intent_signature
end