Class: Google::Cloud::Dialogflow::CX::V3::PlaybookInvocation

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

Overview

Stores metadata of the invocation of a child playbook.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The display name of the playbook.

Returns:

  • (::String)

    Output only. The display name of the playbook.



225
226
227
228
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 225

class PlaybookInvocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#playbook::String

Returns Required. The unique identifier of the playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

Returns:

  • (::String)

    Required. The unique identifier of the playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.



225
226
227
228
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 225

class PlaybookInvocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#playbook_input::Google::Cloud::Dialogflow::CX::V3::PlaybookInput

Returns Optional. Input of the child playbook invocation.

Returns:



225
226
227
228
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 225

class PlaybookInvocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#playbook_output::Google::Cloud::Dialogflow::CX::V3::PlaybookOutput

Returns Optional. Output of the child playbook invocation.

Returns:



225
226
227
228
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 225

class PlaybookInvocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#playbook_state::Google::Cloud::Dialogflow::CX::V3::OutputState

Returns Required. Playbook invocation's output state.

Returns:



225
226
227
228
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 225

class PlaybookInvocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end