activities
latest
false
- Release Notes
- Overview
- Uploading data to Communications Mining
- Using the Dispatcher Framework
- Activities reference- Get Stream Results
- Get Attachment
- Create Communications Mining Validation Action
- Create Communications Mining Validation Artifacts
- Create Record
- Get Record
- Fetch Batch from Stream (Legacy)
- Advance Stream
- Reset Stream
- Retrieve Communications Mining Validation Artifacts
- Predict Record(s)
- Wait For Communications Mining Validation Action
 
- How-to guides

Communications Mining Activities
Last updated May 20, 2025
Just like withthe 
         
         StreamResult class, you typically won't need to interact with these properties directly. There are a set of helper functions that make
            it easy to access the data you need:
         FieldExists(string name)
Returns: 
            
            boolThis function lets you determine whether a given field exists for the current extraction.
GetFieldValue(string name)
Returns: 
            
            stringThis function returns the value for the given field.
               
            
         Note: If the field does not exist, then an empty string will be returned.