SmartReplyGeneratorOptions
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
-
SmartReplyGeneratorOptions provides options for SmartReplyGenerator.
-
It includes a nested class, SmartReplyGeneratorOptions.Builder, for creating SmartReplyGeneratorOptions instances.
-
Public methods available include equals() for object comparison and hashCode() for returning a hash code value.
public class SmartReplyGeneratorOptions extends Object
Options for SmartReplyGenerator .
Nested Class Summary
class
SmartReplyGeneratorOptions.Builder
Builder to create a
SmartReplyGeneratorOptions
instance.
Public Method Summary
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.