public final class IntentRequest extends Request
Modifier and Type | Class and Description |
---|---|
static class |
IntentRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static IntentRequest.Builder |
builder() |
boolean |
equals(Object o) |
DialogState |
getDialogState()
Enumeration indicating the status of the multi-turn dialog.
|
Intent |
getIntent()
An object that represents what the user wants.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static IntentRequest.Builder builder()
public DialogState getDialogState()
public Intent getIntent()
Copyright © 2023. All rights reserved.