Class: Google::Cloud::Dialogflow::V2::ListIntentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListIntentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The request message for Intents.ListIntents.
Instance Attribute Summary collapse
-
#intent_view ⇒ ::Google::Cloud::Dialogflow::V2::IntentView
Optional.
-
#language_code ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#intent_view ⇒ ::Google::Cloud::Dialogflow::V2::IntentView
Returns Optional. The resource view to apply to the returned intent.
876 877 878 879 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
876 877 878 879 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
876 877 878 879 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The next_page_token value returned from a previous list request.
876 877 878 879 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The agent to list all intents from.
Format: projects/<Project ID>/agent
or projects/<Project
ID>/locations/<Location ID>/agent
.
Alternatively, you can specify the environment to list intents for.
Format: projects/<Project ID>/agent/environments/<Environment ID>
or projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID>
.
Note: training phrases of the intents will not be returned for non-draft
environment.
876 877 878 879 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |