Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportIntentsResponse.
The response message for Intents.ExportIntents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intents_content
def intents_content() -> ::Google::Cloud::Dialogflow::CX::V3::InlineDestination
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for intents. This field is populated only if
intents_content_inline
is set to true in ExportIntentsRequest.
#intents_content=
def intents_content=(value) -> ::Google::Cloud::Dialogflow::CX::V3::InlineDestination
Parameter
-
value (::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for intents. This field is populated only if
intents_content_inline
is set to true in ExportIntentsRequest.
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::InlineDestination) — Uncompressed byte content for intents. This field is populated only if
intents_content_inline
is set to true in ExportIntentsRequest.
#intents_uri
def intents_uri() -> ::String
Returns
-
(::String) — The URI to a file containing the exported intents. This field is
populated only if
intents_uri
is specified in ExportIntentsRequest.
#intents_uri=
def intents_uri=(value) -> ::String
Parameter
-
value (::String) — The URI to a file containing the exported intents. This field is
populated only if
intents_uri
is specified in ExportIntentsRequest.
Returns
-
(::String) — The URI to a file containing the exported intents. This field is
populated only if
intents_uri
is specified in ExportIntentsRequest.