Interface TranscriptCriteria.Builder

    • Method Detail

      • participantRole

        TranscriptCriteria.Builder participantRole​(String participantRole)

        The participant role in a transcript

        Parameters:
        participantRole - The participant role in a transcript
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParticipantRole, ParticipantRole
      • searchText

        TranscriptCriteria.Builder searchText​(Collection<String> searchText)

        The words or phrases used to search within a transcript.

        Parameters:
        searchText - The words or phrases used to search within a transcript.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchText

        TranscriptCriteria.Builder searchText​(String... searchText)

        The words or phrases used to search within a transcript.

        Parameters:
        searchText - The words or phrases used to search within a transcript.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchType

        TranscriptCriteria.Builder matchType​(String matchType)

        The match type combining search criteria using multiple search texts in a transcript criteria.

        Parameters:
        matchType - The match type combining search criteria using multiple search texts in a transcript criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SearchContactsMatchType, SearchContactsMatchType