Class: HighLevel::Models::Conversations::GetMessageTranscriptionResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/get_message_transcription_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



9
10
11
# File 'lib/high_level/models/conversations/get_message_transcription_response_dto.rb', line 9

def confidence
  @confidence
end

#end_timeObject (readonly)

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



9
10
11
# File 'lib/high_level/models/conversations/get_message_transcription_response_dto.rb', line 9

def end_time
  @end_time
end

#media_channelObject (readonly)

Returns the value of attribute media_channel

Returns:

  • (Object)

    the current value of media_channel



9
10
11
# File 'lib/high_level/models/conversations/get_message_transcription_response_dto.rb', line 9

def media_channel
  @media_channel
end

#sentence_indexObject (readonly)

Returns the value of attribute sentence_index

Returns:

  • (Object)

    the current value of sentence_index



9
10
11
# File 'lib/high_level/models/conversations/get_message_transcription_response_dto.rb', line 9

def sentence_index
  @sentence_index
end

#start_timeObject (readonly)

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



9
10
11
# File 'lib/high_level/models/conversations/get_message_transcription_response_dto.rb', line 9

def start_time
  @start_time
end

#transcriptObject (readonly)

Returns the value of attribute transcript

Returns:

  • (Object)

    the current value of transcript



9
10
11
# File 'lib/high_level/models/conversations/get_message_transcription_response_dto.rb', line 9

def transcript
  @transcript
end