Class: Aws::Types::CallAnalyticsSkippedFeature
- Inherits:
-
Object
- Object
- Aws::Types::CallAnalyticsSkippedFeature
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature ⇒ "GENERATIVE_SUMMARIZATION"
Returns the value of attribute feature.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason_code ⇒ "INSUFFICIENT_CONVERSATION_CONTENT", "FAILED_SAFETY_GUIDELINES"
Returns the value of attribute reason_code.
Instance Attribute Details
#feature ⇒ "GENERATIVE_SUMMARIZATION"
Returns the value of attribute feature.
75 76 77 |
# File 'sig/types.rbs', line 75 def feature @feature end |
#message ⇒ ::String
Returns the value of attribute message.
77 78 79 |
# File 'sig/types.rbs', line 77 def end |
#reason_code ⇒ "INSUFFICIENT_CONVERSATION_CONTENT", "FAILED_SAFETY_GUIDELINES"
Returns the value of attribute reason_code.
76 77 78 |
# File 'sig/types.rbs', line 76 def reason_code @reason_code end |