Class: Aws::QApps::Types::PredictQAppOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::PredictQAppOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ Types::PredictAppDefinition
The generated Q App definition.
-
#problem_statement ⇒ String
The problem statement extracted from the input conversation, if provided.
Instance Attribute Details
#app ⇒ Types::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_statement ⇒ String
The problem statement extracted from the input conversation, if provided.
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 |