- ActionContext - Class in com.google.actions.api
-
ActionContext represent the current context of a user's request.
See
ActionContext
- ActionContext(name, lifespan) - Constructor for class com.google.actions.api.ActionContext
-
ActionContext represent the current context of a user's request.
See
ActionContext
- ActionRequest - Interface in com.google.actions.api
-
Defines requirements of an object that represents a request to the Actions
webhook.
- ActionResponse - Interface in com.google.actions.api
-
Defines requirements of an object that represents a response from the Actions
webhook.
- ActionsSdkApp - Class in com.google.actions.api
-
Implementation of App for ActionsSDK based webhook. Developers must extend
this class if they are using the ActionsSDK (as against Dialogflow) to handle
requests.
- ActionsSdkApp() - Constructor for class com.google.actions.api.ActionsSdkApp
-
Implementation of App for ActionsSDK based webhook. Developers must extend
this class if they are using the ActionsSDK (as against Dialogflow) to handle
requests.
- add(text) - Method in class com.google.actions.api.response.ResponseBuilder
-
Adds the specified text to the response. This is a short-cut to creating a
SimpleResponse
with the specified text as the display text and the text to speech.
- add(simpleResponse) - Method in class com.google.actions.api.response.ResponseBuilder
-
- add(basicCard) - Method in class com.google.actions.api.response.ResponseBuilder
-
- add(structuredResponse) - Method in class com.google.actions.api.response.ResponseBuilder
-
- add(mediaResponse) - Method in class com.google.actions.api.response.ResponseBuilder
-
- add(carousel) - Method in class com.google.actions.api.response.ResponseBuilder
-
- add(tableCard) - Method in class com.google.actions.api.response.ResponseBuilder
-
- add(richResponse) - Method in class com.google.actions.api.response.ResponseBuilder
-
- add(suggestion) - Method in class com.google.actions.api.response.ResponseBuilder
-
Adds a
Suggestion
to the response. A suggestion chip allows the user to tap to quickly
post a reply to the conversation.
- add(image) - Method in class com.google.actions.api.response.ResponseBuilder
-
Adds an
Image
to the response. This is a short-cut to creating a basic card with just the
image.
- add(helperIntent) - Method in class com.google.actions.api.response.ResponseBuilder
-
Adds a HelperIntent to the response.
- add(linkOutSuggestion) - Method in class com.google.actions.api.response.ResponseBuilder
-
Adds a
LinkOutSuggestion
to the response. A LinkOutSuggestion creates a suggestion chip that allows
the user to jump out to the App or Website associated with this agent.
- add(htmlResponse) - Method in class com.google.actions.api.response.ResponseBuilder
-
Adds a
HtmlResponse
to the response. A HtmlResponse creates a visual, immersive experience to conversational
Actions.
- add(context) - Method in class com.google.actions.api.response.ResponseBuilder
-
Helper method to add an ActionContext to the response. Contexts are supported only on
Dialogflow.
- addAll(suggestions) - Method in class com.google.actions.api.response.ResponseBuilder
-
Helper method to add multiple suggestions to the response.
- addOtherDeviceId(deviceId, agentUserId) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Adds an additional device ID
- addSuggestions(suggestions) - Method in class com.google.actions.api.response.ResponseBuilder
-
Helper method to add multiple suggestions to the response.
- addTrait(trait) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Adds a trait to the list of device traits
- agentUserId - Variable in class com.google.actions.api.smarthome.SyncResponse.Payload
-
- App - Interface in com.google.actions.api
-
Top level interface for the Actions webhook. Sub-classes must
implement the JSON based protocol for the Actions on Google Conversational
API as described
here.
- ARG_CONFIRMATION - Static variable in class com.google.actions.api.ConstantsKt
-
Name of the argument to get the confirmation response from user.
- ARG_DATETIME - Static variable in class com.google.actions.api.ConstantsKt
-
Name of argument to get the datetime value selected by the user.
- ARG_IS_FINAL_REPROMPT - Static variable in class com.google.actions.api.ConstantsKt
-
Name of argument to get whether it is the final reprompt
- ARG_MEDIA_STATUS - Static variable in class com.google.actions.api.ConstantsKt
-
Name of argument to get media status
- ARG_OPTION - Static variable in class com.google.actions.api.ConstantsKt
-
Name of argument to get the user selected option (eg: from a List).
- ARG_PERMISSION - Static variable in class com.google.actions.api.ConstantsKt
-
Name of the argument to get the permission response from the user.
- ARG_PLACE - Static variable in class com.google.actions.api.ConstantsKt
-
Name of the argument to get the place / location response from the user.
- ARG_REGISTER_UPDATE - Static variable in class com.google.actions.api.ConstantsKt
-
Name of the argument to get register for update status.
- ARG_REPROMPT_COUNT - Static variable in class com.google.actions.api.ConstantsKt
-
Name of argument to get the reprompt count
- ARG_SIGN_IN - Static variable in class com.google.actions.api.ConstantsKt
-
Name of the argument to get the sign in status
- ARG_UPDATES_USER_ID - Static variable in class com.google.actions.api.ConstantsKt
-
Argument key for the ID of the user granting permission for updates
- getAgentUserId() - Method in class com.google.actions.api.smarthome.SyncResponse.Payload
-
- getAppRequest() - Method in interface com.google.actions.api.ActionRequest
-
The binding class (POJO) that represents an Actions on Google request.
- getAppResponse() - Method in interface com.google.actions.api.ActionResponse
-
The binding class (POJO) that represents an Actions on Google response.
- getArgument(name) - Method in interface com.google.actions.api.ActionRequest
-
- getAttributes() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Get the attributes of the device
- getAvailableSurfaces() - Method in interface com.google.actions.api.ActionRequest
-
- getChallenge() - Method in enum com.google.actions.api.smarthome.ChallengeType
-
- getChallenge() - Method in class com.google.actions.api.smarthome.Commands.Execution
-
- getChallengeNeeded() - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- getCommand() - Method in class com.google.actions.api.smarthome.Commands.Execution
-
- getCommands() - Method in class com.google.actions.api.smarthome.Inputs.Payload
-
- getCommands() - Method in class com.google.actions.api.smarthome.ExecuteResponse.Payload
-
- getContext(name) - Method in interface com.google.actions.api.ActionRequest
-
- getContexts() - Method in interface com.google.actions.api.ActionRequest
-
- getConversationData() - Method in interface com.google.actions.api.ActionRequest
-
Key-value pair data that is persisted across turns in the same
conversation session.
- getConversationData() - Method in class com.google.actions.api.response.ResponseBuilder
-
- getCredentials() - Method in class com.google.actions.api.smarthome.SmartHomeApp
-
- getCustomData() - Method in class com.google.actions.api.smarthome.Commands.Devices
-
- getCustomData() - Method in class com.google.actions.api.smarthome.Payload.Device
-
- getCustomData() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Gets the custom data of the device
- getDateTime() - Method in interface com.google.actions.api.ActionRequest
-
- getDevice() - Method in interface com.google.actions.api.ActionRequest
-
- getDevice() - Method in class com.google.actions.api.smarthome.Payload.Device
-
- getDeviceInfo() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Gets the device info
- getDevices() - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- getDevices() - Method in class com.google.actions.api.smarthome.Inputs.Payload
-
- getDevices() - Method in class com.google.actions.api.smarthome.QueryResponse.Payload
-
- getDevices() - Method in class com.google.actions.api.smarthome.SyncResponse.Payload
-
- getErrorCode() - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- getErrorCode() - Method in class com.google.actions.api.smarthome.ExecuteResponse.Payload
-
- getErrorCode() - Method in class com.google.actions.api.smarthome.QueryResponse.Payload
-
- getErrorMsg_badReturnValue() - Method in class com.google.actions.api.DefaultApp
-
- getExecution() - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- getExpectUserResponse() - Method in interface com.google.actions.api.ActionResponse
-
Whether a user response is expected.
- getHelperIntent() - Method in interface com.google.actions.api.ActionResponse
-
Helper intents tell the Assistant to momentarily take over the conversation
to obtain common data such as a user's full name, a date and time, or a
delivery address. When you request a helper, the Assistant presents a
standard, consistent UI to users to obtain this information, so you don't
have to design your own.
- getId() - Method in class com.google.actions.api.smarthome.Commands.Devices
-
- getId() - Method in class com.google.actions.api.smarthome.Payload.Device
-
- getId() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Get device id
- getIds() - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- getInputs() - Method in class com.google.actions.api.smarthome.SmartHomeRequest
-
- getIntent() - Method in interface com.google.actions.api.ActionRequest
-
- getIntent() - Method in class com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs
-
- getLifespan() - Method in class com.google.actions.api.ActionContext
-
- getLocale() - Method in interface com.google.actions.api.ActionRequest
-
Returns the Locale of the user.
- getMediaStatus() - Method in interface com.google.actions.api.ActionRequest
-
- getName() - Method in class com.google.actions.api.ActionContext
-
- getName() - Method in class com.google.actions.api.response.helperintent.CompletePurchase
-
- getName() - Method in class com.google.actions.api.response.helperintent.Confirmation
-
- getName() - Method in class com.google.actions.api.response.helperintent.DateTimePrompt
-
- getName() - Method in class com.google.actions.api.response.helperintent.DeliveryAddress
-
- getName() - Method in class com.google.actions.api.response.helperintent.DigitalPurchaseCheck
-
- getName() - Method in interface com.google.actions.api.response.helperintent.HelperIntent
-
- getName() - Method in class com.google.actions.api.response.helperintent.NewSurface
-
- getName() - Method in class com.google.actions.api.response.helperintent.Permission
-
- getName() - Method in class com.google.actions.api.response.helperintent.Place
-
- getName() - Method in class com.google.actions.api.response.helperintent.RegisterUpdate
-
- getName() - Method in class com.google.actions.api.response.helperintent.SelectionCarousel
-
- getName() - Method in class com.google.actions.api.response.helperintent.SelectionList
-
- getName() - Method in class com.google.actions.api.response.helperintent.SignIn
-
- getName() - Method in class com.google.actions.api.response.helperintent.TransactionDecision
-
- getName() - Method in class com.google.actions.api.response.helperintent.TransactionRequirements
-
- getName() - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionDecision
-
- getName() - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionRequirements
-
- getName() - Method in class com.google.actions.api.response.helperintent.UpdatePermission
-
- getName() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Gets the names of the device
- getParameter(name) - Method in interface com.google.actions.api.ActionRequest
-
- getParameters() - Method in class com.google.actions.api.ActionContext
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.CompletePurchase
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.Confirmation
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.DateTimePrompt
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.DeliveryAddress
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.DigitalPurchaseCheck
-
- getParameters() - Method in interface com.google.actions.api.response.helperintent.HelperIntent
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.NewSurface
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.Permission
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.Place
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.RegisterUpdate
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.SelectionCarousel
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.SelectionList
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.SignIn
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.TransactionDecision
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.TransactionRequirements
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionDecision
-
- getParameters() - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionRequirements
-
- getParams() - Method in class com.google.actions.api.smarthome.Commands.Execution
-
- getPayload() - Method in class com.google.actions.api.smarthome.ExecuteRequest.Inputs
-
- getPayload() - Method in class com.google.actions.api.smarthome.ExecuteResponse
-
- getPayload() - Method in class com.google.actions.api.smarthome.QueryRequest.Inputs
-
- getPayload() - Method in class com.google.actions.api.smarthome.QueryResponse
-
- getPayload() - Method in class com.google.actions.api.smarthome.SyncResponse
-
- getPlace() - Method in interface com.google.actions.api.ActionRequest
-
- getProtoBuilder() - Method in class com.google.actions.api.smarthome.Device.Builder
-
- getRawInput() - Method in interface com.google.actions.api.ActionRequest
-
- getRawText() - Method in interface com.google.actions.api.ActionRequest
-
- getRepromptCount() - Method in interface com.google.actions.api.ActionRequest
-
Returns the number of subsequent reprompts related to silent input from the
user. This should be used along with the NO_INPUT intent to reprompt the
user for input in cases where the Google Assistant could not pick up any
speech or null if request has no information about reprompts.
- getRequestId() - Method in class com.google.actions.api.smarthome.ExecuteResponse
-
- getRequestId() - Method in class com.google.actions.api.smarthome.QueryResponse
-
- getRequestId() - Method in class com.google.actions.api.smarthome.SmartHomeRequest
-
- getRequestId() - Method in class com.google.actions.api.smarthome.SyncResponse
-
- getResponseBuilder(request) - Method in class com.google.actions.api.ActionsSdkApp
-
- getResponseBuilder(request) - Method in class com.google.actions.api.DefaultApp
-
- getResponseBuilder(request) - Method in class com.google.actions.api.DialogflowApp
-
- getRichResponse() - Method in interface com.google.actions.api.ActionResponse
-
A rich response that can include audio, text, cards, suggestions and
structured data.
- getRoomHint() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Gets the device room hint
- getSelectedOption() - Method in interface com.google.actions.api.ActionRequest
-
- getSessionId() - Method in interface com.google.actions.api.ActionRequest
-
- getSessionId() - Method in class com.google.actions.api.response.ResponseBuilder
-
- getStates() - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- getStatus() - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- getSurface() - Method in interface com.google.actions.api.ActionRequest
-
- getTraits() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Get list of device traits
- getType() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Get device type
- getUser() - Method in interface com.google.actions.api.ActionRequest
-
- getUserConfirmation() - Method in interface com.google.actions.api.ActionRequest
-
- getUserStorage() - Method in interface com.google.actions.api.ActionRequest
-
Key-value pair data that is persisted across conversations for a
particular user.
- getUserStorage() - Method in class com.google.actions.api.response.ResponseBuilder
-
- getUsesDialogflow() - Method in class com.google.actions.api.response.ResponseBuilder
-
- getValue() - Method in enum com.google.actions.api.Capability
-
- getWebhookRequest() - Method in interface com.google.actions.api.ActionRequest
-
Binding class (POJO) that represents a Dialogflow request. This is set only
if the request is routed through Dialogflow.
- getWebhookResponse() - Method in interface com.google.actions.api.ActionResponse
-
Binding class (POJO) that represents a Dialogflow response. This is set
only if the request is routed through Dialogflow.
- getWillReportState() - Method in class com.google.actions.api.smarthome.Device.Builder
-
Gets whether the device will report its state
- SelectionCarousel - Class in com.google.actions.api.response.helperintent
-
Helper intent response to collect user's input with a carousel.
- SelectionCarousel() - Constructor for class com.google.actions.api.response.helperintent.SelectionCarousel
-
Helper intent response to collect user's input with a carousel.
- SelectionList - Class in com.google.actions.api.response.helperintent
-
Helper intent response to collect user's input with a list.
- SelectionList() - Constructor for class com.google.actions.api.response.helperintent.SelectionList
-
Helper intent response to collect user's input with a list.
- setAddressOptions(addressOptions) - Method in class com.google.actions.api.response.helperintent.DeliveryAddress
-
- setAgentUserId(p) - Method in class com.google.actions.api.smarthome.SyncResponse.Payload
-
- setArguments(arguments) - Method in class com.google.actions.api.response.helperintent.RegisterUpdate
-
- setArguments(arguments) - Method in class com.google.actions.api.response.helperintent.UpdatePermission
-
- setArguments(args) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setAttributes(attributes) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Set the attributes of the device
- setAttributes(attributesJson) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets the attributes of the device
- setCapabilities(capabilities) - Method in class com.google.actions.api.response.helperintent.NewSurface
-
- setCapability(capability) - Method in class com.google.actions.api.response.helperintent.NewSurface
-
- setChallenge(p) - Method in class com.google.actions.api.smarthome.Commands.Execution
-
- setChallengeNeeded(p) - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- setCommand(p) - Method in class com.google.actions.api.smarthome.Commands.Execution
-
- setCommands(p) - Method in class com.google.actions.api.smarthome.Inputs.Payload
-
- setCommands(p) - Method in class com.google.actions.api.smarthome.ExecuteResponse.Payload
-
- setConfirmationText(confirmationText) - Method in class com.google.actions.api.response.helperintent.Confirmation
-
- setContext(context) - Method in class com.google.actions.api.response.helperintent.NewSurface
-
- setContext(context) - Method in class com.google.actions.api.response.helperintent.Permission
-
- setContext(context) - Method in class com.google.actions.api.response.helperintent.SignIn
-
- setConversationData(data) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setConversationId(id) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setConversationType(type) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setCredentials(p) - Method in class com.google.actions.api.smarthome.SmartHomeApp
-
- setCustomData(p) - Method in class com.google.actions.api.smarthome.Commands.Devices
-
- setCustomData(p) - Method in class com.google.actions.api.smarthome.Payload.Device
-
- setCustomData(customData) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets the custom data of the device
- setCustomData(customData) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets the custom data of the device
- setDatePrompt(prompt) - Method in class com.google.actions.api.response.helperintent.DateTimePrompt
-
- setDateTimePrompt(prompt) - Method in class com.google.actions.api.response.helperintent.DateTimePrompt
-
- setDeveloperPayload(developerPayload) - Method in class com.google.actions.api.response.helperintent.CompletePurchase
-
- setDevice(p) - Method in class com.google.actions.api.smarthome.Payload.Device
-
- setDevice(device) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setDeviceInfo(deviceInfo) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets the device info
- setDeviceInfo(manufacturer, model, hwVersion, swVersion) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets each field of the device info
- setDevices(p) - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- setDevices(p) - Method in class com.google.actions.api.smarthome.Inputs.Payload
-
- setDevices(p) - Method in class com.google.actions.api.smarthome.QueryResponse.Payload
-
- setDevices(p) - Method in class com.google.actions.api.smarthome.SyncResponse.Payload
-
- setErrorCode(p) - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- setErrorCode(p) - Method in class com.google.actions.api.smarthome.ExecuteResponse.Payload
-
- setErrorCode(p) - Method in class com.google.actions.api.smarthome.QueryResponse.Payload
-
- setExecution(p) - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- setFrequency(frequency) - Method in class com.google.actions.api.response.helperintent.RegisterUpdate
-
- setId(p) - Method in class com.google.actions.api.smarthome.Commands.Devices
-
- setId(p) - Method in class com.google.actions.api.smarthome.Payload.Device
-
- setId(id) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Set device id
- setIds(p) - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- setInputs(p) - Method in class com.google.actions.api.smarthome.SmartHomeRequest
-
- setInputType(type) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setIntent(intent) - Method in class com.google.actions.api.response.helperintent.RegisterUpdate
-
- setIntent(intent) - Method in class com.google.actions.api.response.helperintent.UpdatePermission
-
- setIntent(p) - Method in class com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs
-
- setIntent(text) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setItems(items) - Method in class com.google.actions.api.response.helperintent.SelectionCarousel
-
- setItems(items) - Method in class com.google.actions.api.response.helperintent.SelectionList
-
- setMediaOutput(flag) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setName(name) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets the names of the device
- setName(defaultNames, name, nicknames) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets each field for the names of the device
- setNotificationTitle(notificationTitle) - Method in class com.google.actions.api.response.helperintent.NewSurface
-
- setOrder(order) - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionDecision
-
- setOrderOptions(orderOptions) - Method in class com.google.actions.api.response.helperintent.TransactionDecision
-
- setOrderOptions(orderOptions) - Method in class com.google.actions.api.response.helperintent.TransactionRequirements
-
- setOrderOptions(orderOptions) - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionDecision
-
- setOtherDeviceIds(otherDeviceIds) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets a list of otherDeviceIds
- setParameters(p) - Method in class com.google.actions.api.ActionContext
-
- setParams(p) - Method in class com.google.actions.api.smarthome.Commands.Execution
-
- setPayload(p) - Method in class com.google.actions.api.smarthome.ExecuteRequest.Inputs
-
- setPayload(p) - Method in class com.google.actions.api.smarthome.ExecuteResponse
-
- setPayload(p) - Method in class com.google.actions.api.smarthome.QueryRequest.Inputs
-
- setPayload(p) - Method in class com.google.actions.api.smarthome.QueryResponse
-
- setPayload(p) - Method in class com.google.actions.api.smarthome.SyncResponse
-
- setPaymentOptions(paymentOptions) - Method in class com.google.actions.api.response.helperintent.TransactionDecision
-
- setPaymentOptions(paymentOptions) - Method in class com.google.actions.api.response.helperintent.TransactionRequirements
-
- setPaymentParameters(paymentParameters) - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionDecision
-
- setPermissionContext(permissionContext) - Method in class com.google.actions.api.response.helperintent.Place
-
- setPermissions(permissions) - Method in class com.google.actions.api.response.helperintent.Permission
-
- setPresentationOptions(presentationOptions) - Method in class com.google.actions.api.response.helperintent.TransactionDecision
-
- setPresentationOptions(presentationOptions) - Method in class com.google.actions.api.response.helperintent.transactions.v3.TransactionDecision
-
- setProposedOrder(proposedOrder) - Method in class com.google.actions.api.response.helperintent.TransactionDecision
-
- setProtoBuilder(p) - Method in class com.google.actions.api.smarthome.Device.Builder
-
- setRawText(text) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setRequestId(p) - Method in class com.google.actions.api.smarthome.ExecuteResponse
-
- setRequestId(p) - Method in class com.google.actions.api.smarthome.QueryResponse
-
- setRequestId(p) - Method in class com.google.actions.api.smarthome.SmartHomeRequest
-
- setRequestId(p) - Method in class com.google.actions.api.smarthome.SyncResponse
-
- setRequestPrompt(requestPrompt) - Method in class com.google.actions.api.response.helperintent.Place
-
- setRoomHint(roomHint) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets the device room hint
- setScreenOuput(flag) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setSkuId(skuId) - Method in class com.google.actions.api.response.helperintent.CompletePurchase
-
- setStates(p) - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- setStatus(p) - Method in class com.google.actions.api.smarthome.Payload.Commands
-
- setTimePrompt(prompt) - Method in class com.google.actions.api.response.helperintent.DateTimePrompt
-
- setTitle(title) - Method in class com.google.actions.api.response.helperintent.SelectionList
-
- setTraits(traits) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets list of device traits
- setType(type) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Set device type
- setUpdatePermissionValueSpec(updatePermissionValueSpec) - Method in class com.google.actions.api.response.helperintent.Permission
-
- setUser(aUser) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setUserProfile(aProfile) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setUserStorage(data) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setUsesDialogflow(flag) - Method in class com.google.actions.api.test.MockRequestBuilder
-
- setWillReportState(willReportState) - Method in class com.google.actions.api.smarthome.Device.Builder
-
Sets whether the device will report its state
- SignIn - Class in com.google.actions.api.response.helperintent
-
Hands the user off to a web sign in flow. App sign in and OAuth credentials
are set in the
Actions console.
- SignIn() - Constructor for class com.google.actions.api.response.helperintent.SignIn
-
Hands the user off to a web sign in flow. App sign in and OAuth credentials
are set in the
Actions console.
- SmartHomeApp - Class in com.google.actions.api.smarthome
-
- SmartHomeApp() - Constructor for class com.google.actions.api.smarthome.SmartHomeApp
-
- SmartHomeApp(credentials) - Constructor for class com.google.actions.api.smarthome.SmartHomeApp
-
- SmartHomeApp(fileName) - Constructor for class com.google.actions.api.smarthome.SmartHomeApp
-
- SmartHomeRequest - Class in com.google.actions.api.smarthome
-
A representation of the JSON payload received during a smart home request.
- SmartHomeRequest() - Constructor for class com.google.actions.api.smarthome.SmartHomeRequest
-
A representation of the JSON payload received during a smart home request.
- SmartHomeRequest.Companion - Class in com.google.actions.api.smarthome
-
- SmartHomeRequest.RequestInputs - Class in com.google.actions.api.smarthome
-
- SmartHomeResponse - Class in com.google.actions.api.smarthome
-
A representation of the JSON payload that should be sent during a smart home request.
- SmartHomeResponse() - Constructor for class com.google.actions.api.smarthome.SmartHomeResponse
-
A representation of the JSON payload that should be sent during a smart home request.
- status - Variable in class com.google.actions.api.smarthome.Payload.Commands
-
- SyncRequest - Class in com.google.actions.api.smarthome
-
A representation of the JSON payload received during an action.devices.SYNC request.
- SyncRequest() - Constructor for class com.google.actions.api.smarthome.SyncRequest
-
A representation of the JSON payload received during an action.devices.SYNC request.
- SyncRequest.Inputs - Class in com.google.actions.api.smarthome
-
- SyncResponse - Class in com.google.actions.api.smarthome
-
A representation of the JSON payload that should be sent during an action.devices.SYNC request.
- SyncResponse() - Constructor for class com.google.actions.api.smarthome.SyncResponse
-
A representation of the JSON payload that should be sent during an action.devices.SYNC request.
- SyncResponse(requestId, payload) - Constructor for class com.google.actions.api.smarthome.SyncResponse
-
- SyncResponse.Payload - Class in com.google.actions.api.smarthome
-