Class: Aws::QApps::Types::PredictQAppOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appTypes::PredictAppDefinition

The generated Q App definition.



1541
1542
1543
1544
1545
1546
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1541

class PredictQAppOutput < Struct.new(
  :app,
  :problem_statement)
  SENSITIVE = []
  include Aws::Structure
end

#problem_statementString

The problem statement extracted from the input conversation, if provided.

Returns:

  • (String)


1541
1542
1543
1544
1545
1546
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1541

class PredictQAppOutput < Struct.new(
  :app,
  :problem_statement)
  SENSITIVE = []
  include Aws::Structure
end