Class: Aws::Types::DataDetails
- Inherits:
-
Object
- Object
- Aws::Types::DataDetails
- 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 =
Instance Attribute Summary collapse
-
#case_summarization_chunk_data ⇒ Types::CaseSummarizationChunkDataDetails
Returns the value of attribute case_summarization_chunk_data.
-
#content_data ⇒ Types::ContentDataDetails
Returns the value of attribute content_data.
-
#email_generative_answer_chunk_data ⇒ Types::EmailGenerativeAnswerChunkDataDetails
Returns the value of attribute email_generative_answer_chunk_data.
-
#email_overview_chunk_data ⇒ Types::EmailOverviewChunkDataDetails
Returns the value of attribute email_overview_chunk_data.
-
#email_response_chunk_data ⇒ Types::EmailResponseChunkDataDetails
Returns the value of attribute email_response_chunk_data.
-
#generative_chunk_data ⇒ Types::GenerativeChunkDataDetails
Returns the value of attribute generative_chunk_data.
-
#generative_data ⇒ Types::GenerativeDataDetails
Returns the value of attribute generative_data.
-
#intent_detected_data ⇒ Types::IntentDetectedDataDetails
Returns the value of attribute intent_detected_data.
-
#notes_chunk_data ⇒ Types::NotesChunkDataDetails
Returns the value of attribute notes_chunk_data.
-
#notes_data ⇒ Types::NotesDataDetails
Returns the value of attribute notes_data.
-
#source_content_data ⇒ Types::SourceContentDataDetails
Returns the value of attribute source_content_data.
-
#suggested_message_data ⇒ Types::SuggestedMessageDataDetails
Returns the value of attribute suggested_message_data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#case_summarization_chunk_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::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_data ⇒ Types::SuggestedMessageDataDetails
Returns the value of attribute suggested_message_data.
909 910 911 |
# File 'sig/types.rbs', line 909 def @suggested_message_data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
912 913 914 |
# File 'sig/types.rbs', line 912 def unknown @unknown end |