-
public final class GARequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanhealthcheckprivate final GAUseruserprivate final GADevicedeviceprivate final GASurfacesurfaceprivate final GAConversationconversationprivate final List<GAInput>inputsprivate final BooleanisInSandboxprivate final List<GASurface>availableSurfaces
-
Method Summary
Modifier and Type Method Description final EventStategetEventState()final GAUsercomponent1()final GADevicecomponent2()final GASurfacecomponent3()final GAConversationcomponent4()final List<GAInput>component5()final Booleancomponent6()final List<GASurface>component7()final GARequestcopy(GAUser user, GADevice device, GASurface surface, GAConversation conversation, List<GAInput> inputs, Boolean isInSandbox, List<GASurface> availableSurfaces)final BooleangetHealthcheck()Is it a google bot? final GAUsergetUser()final GADevicegetDevice()final GASurfacegetSurface()final GAConversationgetConversation()final List<GAInput>getInputs()final BooleangetIsInSandbox()final List<GASurface>getAvailableSurfaces()-
-
Method Detail
-
getEventState
final EventState getEventState()
-
component1
final GAUser component1()
-
component2
final GADevice component2()
-
component3
final GASurface component3()
-
component4
final GAConversation component4()
-
component5
final List<GAInput> component5()
-
component6
final Boolean component6()
-
component7
final List<GASurface> component7()
-
copy
final GARequest copy(GAUser user, GADevice device, GASurface surface, GAConversation conversation, List<GAInput> inputs, Boolean isInSandbox, List<GASurface> availableSurfaces)
-
getHealthcheck
final Boolean getHealthcheck()
Is it a google bot?
-
getSurface
final GASurface getSurface()
-
getConversation
final GAConversation getConversation()
-
getIsInSandbox
final Boolean getIsInSandbox()
-
getAvailableSurfaces
final List<GASurface> getAvailableSurfaces()
-
-
-
-