Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ExportIntentsResponse (v1.4.0)

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.

    Note: The following fields are mutually exclusive: intents_content, intents_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: intents_content, intents_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

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.

    Note: The following fields are mutually exclusive: intents_content, intents_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: intents_uri, intents_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: intents_uri, intents_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

    Note: The following fields are mutually exclusive: intents_uri, intents_content. If a field in that set is populated, all other fields in the set will automatically be cleared.