Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ListIntentsRequest.
The request message for Intents.ListIntents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intent_view
def intent_view() -> ::Google::Cloud::Dialogflow::V2::IntentView
- (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
#intent_view=
def intent_view=(value) -> ::Google::Cloud::Dialogflow::V2::IntentView
- value (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
- (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
#language_code
def language_code() -> ::String
- (::String) — 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.
#language_code=
def language_code=(value) -> ::String
- value (::String) — 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.
- (::String) — 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.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
- (::Integer) — Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
#page_token
def page_token() -> ::String
- (::String) — Optional. The next_page_token value returned from a previous list request.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. The next_page_token value returned from a previous list request.
- (::String) — Optional. The next_page_token value returned from a previous list request.
#parent
def parent() -> ::String
-
(::String) — Required. The agent to list all intents from.
Format:
projects/<Project ID>/agent
orprojects/<Project ID>/locations/<Location ID>/agent
.Alternatively, you can specify the environment to list intents for. Format:
projects/<Project ID>/agent/environments/<Environment ID>
orprojects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
. Note: training phrases of the intents will not be returned for non-draft environment.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The agent to list all intents from.
Format:
projects/<Project ID>/agent
orprojects/<Project ID>/locations/<Location ID>/agent
.Alternatively, you can specify the environment to list intents for. Format:
projects/<Project ID>/agent/environments/<Environment ID>
orprojects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
. Note: training phrases of the intents will not be returned for non-draft environment.
-
(::String) — Required. The agent to list all intents from.
Format:
projects/<Project ID>/agent
orprojects/<Project ID>/locations/<Location ID>/agent
.Alternatively, you can specify the environment to list intents for. Format:
projects/<Project ID>/agent/environments/<Environment ID>
orprojects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
. Note: training phrases of the intents will not be returned for non-draft environment.