Class: Aws::ConnectWisdomService::Types::QueryAssistantRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:query_text]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_idString

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2375

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2375

class QueryAssistantRequest < Struct.new(
  :assistant_id,
  :max_results,
  :next_token,
  :query_text)
  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)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2375

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

#query_textString

The text to search for.

Returns:

  • (String)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2375

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