Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1InlineDestination

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Overview

Inline destination for a Dialogflow operation that writes or exports objects ( e.g. intents) outside of Dialogflow.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1InlineDestination

Returns a new instance of GoogleCloudDialogflowCxV3beta1InlineDestination.



9924
9925
9926
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9924

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#contentString

Output only. The uncompressed byte content for the objects. Only populated in responses. Corresponds to the JSON property content NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


9922
9923
9924
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9922

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9929
9930
9931
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9929

def update!(**args)
  @content = args[:content] if args.key?(:content)
end