AI-generated Key Takeaways
-
SmartReplyGeneratorOptions
provides configuration settings for theSmartReplyGenerator
used in generating smart replies. -
It includes a nested
Builder
class to create instances ofSmartReplyGeneratorOptions
. -
The class has standard methods like
equals()
andhashCode()
for object comparison. -
It inherits methods from
java.lang.Object
for basic object functionality.
Options for SmartReplyGenerator
.
Nested Class Summary
class | SmartReplyGeneratorOptions.Builder | Builder to create a SmartReplyGeneratorOptions
instance. |
Public Method Summary
boolean | |
int |
hashCode()
Returns a hash code value for the object.
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Indicates whether some other object is "equal to" this one.
public int hashCode ()
Returns a hash code value for the object.