Class: Aws::LexModelBuildingService::Types::GetIntentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetIntentsResponse
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intents ⇒ Array<Types::IntentMetadata>
An array of
Intent
objects. -
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
Instance Attribute Details
#intents ⇒ Array<Types::IntentMetadata>
An array of Intent
objects. For more information, see PutBot.
2024 2025 2026 2027 2028 2029 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2024 class GetIntentsResponse < Struct.new( :intents, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
2024 2025 2026 2027 2028 2029 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2024 class GetIntentsResponse < Struct.new( :intents, :next_token) SENSITIVE = [] include Aws::Structure end |