-
public final class GANewSurfaceValueSpec extends GAInputValueData
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<String>capabilitiesprivate final Stringcontextprivate final StringnotificationTitleprivate final GAInputValueDataTypetype
-
Constructor Summary
Constructors Constructor Description GANewSurfaceValueSpec(Set<String> capabilities, String context, String notificationTitle)
-
Method Summary
Modifier and Type Method Description final Set<String>component1()final Stringcomponent2()final Stringcomponent3()final GANewSurfaceValueSpeccopy(Set<String> capabilities, String context, String notificationTitle)final Set<String>getCapabilities()final StringgetContext()final StringgetNotificationTitle()final GAInputValueDataTypegetType()-
Methods inherited from class ai.tock.bot.connector.ga.model.response.GANewSurfaceValueSpec
toGenericMessage -
Methods inherited from class ai.tock.bot.connector.ga.model.response.GAInputValueData
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
component1
final Set<String> component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final GANewSurfaceValueSpec copy(Set<String> capabilities, String context, String notificationTitle)
-
getCapabilities
final Set<String> getCapabilities()
-
getContext
final String getContext()
-
getNotificationTitle
final String getNotificationTitle()
-
getType
final GAInputValueDataType getType()
-
-
-
-