Class: Aws::Types::DataDetails

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

Defined Under Namespace

Classes: CaseSummarizationChunkData, ContentData, EmailGenerativeAnswerChunkData, EmailOverviewChunkData, EmailResponseChunkData, GenerativeChunkData, GenerativeData, IntentDetectedData, NotesChunkData, NotesData, SourceContentData, SuggestedMessageData, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_summarization_chunk_dataTypes::CaseSummarizationChunkDataDetails

Returns the value of attribute case_summarization_chunk_data.



908
909
910
# File 'sig/types.rbs', line 908

def case_summarization_chunk_data
  @case_summarization_chunk_data
end

#content_dataTypes::ContentDataDetails

Returns the value of attribute content_data.



900
901
902
# File 'sig/types.rbs', line 900

def content_data
  @content_data
end

#email_generative_answer_chunk_dataTypes::EmailGenerativeAnswerChunkDataDetails

Returns the value of attribute email_generative_answer_chunk_data.



907
908
909
# File 'sig/types.rbs', line 907

def email_generative_answer_chunk_data
  @email_generative_answer_chunk_data
end

#email_overview_chunk_dataTypes::EmailOverviewChunkDataDetails

Returns the value of attribute email_overview_chunk_data.



906
907
908
# File 'sig/types.rbs', line 906

def email_overview_chunk_data
  @email_overview_chunk_data
end

#email_response_chunk_dataTypes::EmailResponseChunkDataDetails

Returns the value of attribute email_response_chunk_data.



905
906
907
# File 'sig/types.rbs', line 905

def email_response_chunk_data
  @email_response_chunk_data
end

#generative_chunk_dataTypes::GenerativeChunkDataDetails

Returns the value of attribute generative_chunk_data.



904
905
906
# File 'sig/types.rbs', line 904

def generative_chunk_data
  @generative_chunk_data
end

#generative_dataTypes::GenerativeDataDetails

Returns the value of attribute generative_data.



901
902
903
# File 'sig/types.rbs', line 901

def generative_data
  @generative_data
end

#intent_detected_dataTypes::IntentDetectedDataDetails

Returns the value of attribute intent_detected_data.



902
903
904
# File 'sig/types.rbs', line 902

def intent_detected_data
  @intent_detected_data
end

#notes_chunk_dataTypes::NotesChunkDataDetails

Returns the value of attribute notes_chunk_data.



911
912
913
# File 'sig/types.rbs', line 911

def notes_chunk_data
  @notes_chunk_data
end

#notes_dataTypes::NotesDataDetails

Returns the value of attribute notes_data.



910
911
912
# File 'sig/types.rbs', line 910

def notes_data
  @notes_data
end

#source_content_dataTypes::SourceContentDataDetails

Returns the value of attribute source_content_data.



903
904
905
# File 'sig/types.rbs', line 903

def source_content_data
  @source_content_data
end

#suggested_message_dataTypes::SuggestedMessageDataDetails

Returns the value of attribute suggested_message_data.



909
910
911
# File 'sig/types.rbs', line 909

def suggested_message_data
  @suggested_message_data
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


912
913
914
# File 'sig/types.rbs', line 912

def unknown
  @unknown
end