Class: Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/intent.rb

Overview

The request message for Intents.ExportIntents.

Defined Under Namespace

Modules: DataFormat

Instance Attribute Summary collapse

Instance Attribute Details

#data_format::Google::Cloud::Dialogflow::CX::V3::ExportIntentsRequest::DataFormat



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 443

class ExportIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Data format of the exported intents.
  module DataFormat
    # Unspecified format. Treated as `BLOB`.
    DATA_FORMAT_UNSPECIFIED = 0

    # Intents will be exported as raw bytes.
    BLOB = 1

    # Intents will be exported in JSON format.
    JSON = 2

    # Intents will be exported in CSV format.
    CSV = 3
  end
end

#intents::Array<::String>



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 443

class ExportIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Data format of the exported intents.
  module DataFormat
    # Unspecified format. Treated as `BLOB`.
    DATA_FORMAT_UNSPECIFIED = 0

    # Intents will be exported as raw bytes.
    BLOB = 1

    # Intents will be exported in JSON format.
    JSON = 2

    # Intents will be exported in CSV format.
    CSV = 3
  end
end

#intents_content_inline::Boolean



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 443

class ExportIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Data format of the exported intents.
  module DataFormat
    # Unspecified format. Treated as `BLOB`.
    DATA_FORMAT_UNSPECIFIED = 0

    # Intents will be exported as raw bytes.
    BLOB = 1

    # Intents will be exported in JSON format.
    JSON = 2

    # Intents will be exported in CSV format.
    CSV = 3
  end
end

#intents_uri::String



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 443

class ExportIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Data format of the exported intents.
  module DataFormat
    # Unspecified format. Treated as `BLOB`.
    DATA_FORMAT_UNSPECIFIED = 0

    # Intents will be exported as raw bytes.
    BLOB = 1

    # Intents will be exported in JSON format.
    JSON = 2

    # Intents will be exported in CSV format.
    CSV = 3
  end
end

#parent::String



443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 443

class ExportIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Data format of the exported intents.
  module DataFormat
    # Unspecified format. Treated as `BLOB`.
    DATA_FORMAT_UNSPECIFIED = 0

    # Intents will be exported as raw bytes.
    BLOB = 1

    # Intents will be exported in JSON format.
    JSON = 2

    # Intents will be exported in CSV format.
    CSV = 3
  end
end