Interface SummaryConfiguration.Builder

  • Method Details

    • summaryModesWithStrings

      SummaryConfiguration.Builder summaryModesWithStrings(Collection<String> summaryModes)

      The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.

      Parameters:
      summaryModes - The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summaryModesWithStrings

      SummaryConfiguration.Builder summaryModesWithStrings(String... summaryModes)

      The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.

      Parameters:
      summaryModes - The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summaryModes

      The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.

      Parameters:
      summaryModes - The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summaryModes

      SummaryConfiguration.Builder summaryModes(SummaryMode... summaryModes)

      The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.

      Parameters:
      summaryModes - The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.