public interface ListIntentsRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IntentView |
getIntentView()
Optional.
|
int |
getIntentViewValue()
Optional.
|
java.lang.String |
getLanguageCode()
Optional.
|
ByteString |
getLanguageCodeBytes()
Optional.
|
int |
getPageSize()
Optional.
|
java.lang.String |
getPageToken()
Optional.
|
ByteString |
getPageTokenBytes()
Optional.
|
java.lang.String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
Required. The agent to list all intents from. Format: `projects/<Project ID>/agent`.
string parent = 1;ByteString getParentBytes()
Required. The agent to list all intents from. Format: `projects/<Project ID>/agent`.
string parent = 1;java.lang.String getLanguageCode()
Optional. The language to list training phrases, parameters and rich messages for. If not specified, the agent's default language is used. [More than a dozen languages](https://dialogflow.com/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;ByteString getLanguageCodeBytes()
Optional. The language to list training phrases, parameters and rich messages for. If not specified, the agent's default language is used. [More than a dozen languages](https://dialogflow.com/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;int getIntentViewValue()
Optional. The resource view to apply to the returned intent.
.google.cloud.dialogflow.v2beta1.IntentView intent_view = 3;IntentView getIntentView()
Optional. The resource view to apply to the returned intent.
.google.cloud.dialogflow.v2beta1.IntentView intent_view = 3;int getPageSize()
Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
int32 page_size = 4;java.lang.String getPageToken()
Optional. The next_page_token value returned from a previous list request.
string page_token = 5;ByteString getPageTokenBytes()
Optional. The next_page_token value returned from a previous list request.
string page_token = 5;