Class: Aws::Types::ListRecommendedIntentsResponse

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)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def next_token
  @next_token
end

#summary_list ⇒ ::Array[Types::RecommendedIntentSummary]

Returns the value of attribute summary_list.

Returns:



2470
2471
2472
# File 'sig/types.rbs', line 2470

def summary_list
  @summary_list
end