Class: Aws::QConnect::Types::SearchQuickResponsesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:attributes]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The user-defined Amazon Connect contact attributes to be resolved when search results are returned.

Returns:

  • (Hash<String,String>)


3649
3650
3651
3652
3653
3654
3655
3656
3657
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3649

class SearchQuickResponsesRequest < Struct.new(
  :attributes,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :search_expression)
  SENSITIVE = [:attributes]
  include Aws::Structure
end

#knowledge_base_idString

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.

Returns:

  • (String)


3649
3650
3651
3652
3653
3654
3655
3656
3657
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3649

class SearchQuickResponsesRequest < Struct.new(
  :attributes,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :search_expression)
  SENSITIVE = [:attributes]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


3649
3650
3651
3652
3653
3654
3655
3656
3657
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3649

class SearchQuickResponsesRequest < Struct.new(
  :attributes,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :search_expression)
  SENSITIVE = [:attributes]
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


3649
3650
3651
3652
3653
3654
3655
3656
3657
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3649

class SearchQuickResponsesRequest < Struct.new(
  :attributes,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :search_expression)
  SENSITIVE = [:attributes]
  include Aws::Structure
end

#search_expressionTypes::QuickResponseSearchExpression

The search expression for querying the quick response.



3649
3650
3651
3652
3653
3654
3655
3656
3657
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3649

class SearchQuickResponsesRequest < Struct.new(
  :attributes,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :search_expression)
  SENSITIVE = [:attributes]
  include Aws::Structure
end