Class: Aws::Types::GetTranscriptResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTranscriptResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transcript ⇒ ::Array[Types::Item]
Returns the value of attribute transcript.
Instance Attribute Details
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def initial_contact_id @initial_contact_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
139 140 141 |
# File 'sig/types.rbs', line 139 def next_token @next_token end |
#transcript ⇒ ::Array[Types::Item]
Returns the value of attribute transcript.
138 139 140 |
# File 'sig/types.rbs', line 138 def transcript @transcript end |