Class LogMessageSource.Builder

java.lang.Object
com.ibm.watson.assistant.v1.model.LogMessageSource.Builder
Enclosing class:
LogMessageSource

public static class LogMessageSource.Builder
extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder()
      Instantiates a new builder.
  • Method Details

    • build

      public LogMessageSource build()
      Builds a LogMessageSource.
      Returns:
      the new LogMessageSource instance
    • type

      public LogMessageSource.Builder type​(String type)
      Set the type.
      Parameters:
      type - the type
      Returns:
      the LogMessageSource builder
    • dialogNode

      public LogMessageSource.Builder dialogNode​(String dialogNode)
      Set the dialogNode.
      Parameters:
      dialogNode - the dialogNode
      Returns:
      the LogMessageSource builder