public final class GoogleCloudDialogflowV2beta1ListConversationsResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dialogflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GoogleCloudDialogflowV2beta1ListConversationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudDialogflowV2beta1ListConversationsResponse |
clone() |
java.util.List<GoogleCloudDialogflowV2beta1Conversation> |
getConversations()
The list of conversations.
|
java.lang.String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
|
GoogleCloudDialogflowV2beta1ListConversationsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
GoogleCloudDialogflowV2beta1ListConversationsResponse |
setConversations(java.util.List<GoogleCloudDialogflowV2beta1Conversation> conversations)
The list of conversations.
|
GoogleCloudDialogflowV2beta1ListConversationsResponse |
setNextPageToken(java.lang.String nextPageToken)
Token to retrieve the next page of results, or empty if there are no more results in the list.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic GoogleCloudDialogflowV2beta1ListConversationsResponse()
public java.util.List<GoogleCloudDialogflowV2beta1Conversation> getConversations()
null for nonepublic GoogleCloudDialogflowV2beta1ListConversationsResponse setConversations(java.util.List<GoogleCloudDialogflowV2beta1Conversation> conversations)
conversations - conversations or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic GoogleCloudDialogflowV2beta1ListConversationsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic GoogleCloudDialogflowV2beta1ListConversationsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudDialogflowV2beta1ListConversationsResponse clone()
clone in class com.google.api.client.json.GenericJson