Class: Aws::QConnect::Types::QueryAssistantRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:query_text]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_idString

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2665

class QueryAssistantRequest < Struct.new(
  :assistant_id,
  :max_results,
  :next_token,
  :query_condition,
  :query_text,
  :session_id)
  SENSITIVE = [:query_text]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2665

class QueryAssistantRequest < Struct.new(
  :assistant_id,
  :max_results,
  :next_token,
  :query_condition,
  :query_text,
  :session_id)
  SENSITIVE = [:query_text]
  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)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2665

class QueryAssistantRequest < Struct.new(
  :assistant_id,
  :max_results,
  :next_token,
  :query_condition,
  :query_text,
  :session_id)
  SENSITIVE = [:query_text]
  include Aws::Structure
end

#query_conditionArray<Types::QueryCondition>

Information about how to query content.

Returns:



2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2665

class QueryAssistantRequest < Struct.new(
  :assistant_id,
  :max_results,
  :next_token,
  :query_condition,
  :query_text,
  :session_id)
  SENSITIVE = [:query_text]
  include Aws::Structure
end

#query_textString

The text to search for.

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2665

class QueryAssistantRequest < Struct.new(
  :assistant_id,
  :max_results,
  :next_token,
  :query_condition,
  :query_text,
  :session_id)
  SENSITIVE = [:query_text]
  include Aws::Structure
end

#session_idString

The identifier of the Amazon Q in Connect session. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2665

class QueryAssistantRequest < Struct.new(
  :assistant_id,
  :max_results,
  :next_token,
  :query_condition,
  :query_text,
  :session_id)
  SENSITIVE = [:query_text]
  include Aws::Structure
end