Class: Aws::ConnectWisdomService::Types::SearchContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::SearchContentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
-
#search_expression ⇒ Types::SearchExpression
The search expression to filter results.
Instance Attribute Details
#knowledge_base_id ⇒ String
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you’re storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
3215 3216 3217 3218 3219 3220 3221 3222 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3215 class SearchContentRequest < Struct.new( :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
3215 3216 3217 3218 3219 3220 3221 3222 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3215 class SearchContentRequest < Struct.new( :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
3215 3216 3217 3218 3219 3220 3221 3222 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3215 class SearchContentRequest < Struct.new( :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [] include Aws::Structure end |
#search_expression ⇒ Types::SearchExpression
The search expression to filter results.
3215 3216 3217 3218 3219 3220 3221 3222 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3215 class SearchContentRequest < Struct.new( :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [] include Aws::Structure end |