Class: Aws::Types::GetTranscriptResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#initial_contact_id::String

Returns the value of attribute initial_contact_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def transcript
  @transcript
end