Class: Aws::Types::ListBuiltInIntentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#built_in_intent_summaries ⇒ ::Array[Types::BuiltInIntentSummary]

Returns the value of attribute built_in_intent_summaries.

Returns:



2302
2303
2304
# File 'sig/types.rbs', line 2302

def built_in_intent_summaries
  @built_in_intent_summaries
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def next_token
  @next_token
end