Class: Google::Cloud::Dialogflow::V2::GetContextRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/context.rb

Overview

The request message for Contexts::GetContext.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The name of the context. Format: projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>.

Returns:

  • (String)

    Required. The name of the context. Format: projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>.



68
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/context.rb', line 68

class GetContextRequest; end