Class: Aws::Types::CallAnalyticsSkippedFeature

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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 message
  @message
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