Class: Aws::ConnectWisdomService::Types::SearchQuickResponsesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::SearchQuickResponsesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:attributes]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
The [user-defined Amazon Connect contact attributes] to be resolved when search results are returned.
-
#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::QuickResponseSearchExpression
The search expression for querying the quick response.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The [user-defined Amazon Connect contact attributes] to be resolved when search results are returned.
[1]: docs.aws.amazon.com/connect/latest/adminguide/connect-attrib-list.html#user-defined-attributes
3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3287 class SearchQuickResponsesRequest < Struct.new( :attributes, :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [:attributes] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3287 class SearchQuickResponsesRequest < Struct.new( :attributes, :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [:attributes] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3287 class SearchQuickResponsesRequest < Struct.new( :attributes, :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [:attributes] 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.
3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3287 class SearchQuickResponsesRequest < Struct.new( :attributes, :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [:attributes] include Aws::Structure end |
#search_expression ⇒ Types::QuickResponseSearchExpression
The search expression for querying the quick response.
3287 3288 3289 3290 3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3287 class SearchQuickResponsesRequest < Struct.new( :attributes, :knowledge_base_id, :max_results, :next_token, :search_expression) SENSITIVE = [:attributes] include Aws::Structure end |