Class: Aws::LexModelsV2::Types::ListRecommendedIntentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier of the bot associated with the recommended intent.

Returns:

  • (String)


9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9599

class ListRecommendedIntentsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_recommendation_idString

The identifier of the bot recommendation that contains the recommended intent.

Returns:

  • (String)


9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9599

class ListRecommendedIntentsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot that contains the intent.

Returns:

  • (String)


9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9599

class ListRecommendedIntentsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.

Returns:

  • (String)


9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9599

class ListRecommendedIntentsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.

Returns:

  • (String)


9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9599

class ListRecommendedIntentsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#summary_listArray<Types::RecommendedIntentSummary>

Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.



9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9599

class ListRecommendedIntentsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end