AI-generated Key Takeaways
-
SmartReplyGeneratorOptions.Builderis used to create aSmartReplyGeneratorOptionsinstance. -
The
build()method creates a newSmartReplyGeneratorOptionsinstance. -
The
setExecutor()method allows setting a custom executor to be used.
public static class SmartReplyGeneratorOptions.Builder extends Object
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.