AI-generated Key Takeaways
-
SmartReplyGeneratorOptions.Builder
is used to create instances ofSmartReplyGeneratorOptions
. -
It provides a
build()
method to create aSmartReplyGeneratorOptions
object. -
You can customize the executor used for smart reply generation with
setExecutor()
. -
By default, an internal background thread pool handles the task if no custom executor is provided.
Builder to create a SmartReplyGeneratorOptions
instance.
Public Constructor Summary
Builder()
|
Public Method Summary
SmartReplyGeneratorOptions |
build()
Creates a new
SmartReplyGeneratorOptions instance.
|
SmartReplyGeneratorOptions.Builder |
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public SmartReplyGeneratorOptions build ()
Creates a new SmartReplyGeneratorOptions
instance.