Class: Aws::Types::GetRecommendationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def assistant_id
  @assistant_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def max_results
  @max_results
end

#next_chunk_token::String

Returns the value of attribute next_chunk_token.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def next_chunk_token
  @next_chunk_token
end

#recommendation_type"KNOWLEDGE_CONTENT", ...

Returns the value of attribute recommendation_type.

Returns:

  • ("KNOWLEDGE_CONTENT", "GENERATIVE_RESPONSE", "GENERATIVE_ANSWER", "DETECTED_INTENT", "GENERATIVE_ANSWER_CHUNK", "BLOCKED_GENERATIVE_ANSWER_CHUNK", "INTENT_ANSWER_CHUNK", "BLOCKED_INTENT_ANSWER_CHUNK", "EMAIL_RESPONSE_CHUNK", "EMAIL_OVERVIEW_CHUNK", "EMAIL_GENERATIVE_ANSWER_CHUNK", "CASE_SUMMARIZATION_CHUNK", "BLOCKED_CASE_SUMMARIZATION_CHUNK", "SUGGESTED_MESSAGE", "NOTES_CHUNK", "BLOCKED_NOTES_CHUNK")


1436
1437
1438
# File 'sig/types.rbs', line 1436

def recommendation_type
  @recommendation_type
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def session_id
  @session_id
end

#wait_time_seconds::Integer

Returns the value of attribute wait_time_seconds.

Returns:

  • (::Integer)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def wait_time_seconds
  @wait_time_seconds
end