Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateContextRequest.
The request message for Contexts.CreateContext.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context
def context() -> ::Google::Cloud::Dialogflow::V2::Context
Returns
- (::Google::Cloud::Dialogflow::V2::Context) — Required. The context to create.
#context=
def context=(value) -> ::Google::Cloud::Dialogflow::V2::Context
Parameter
- value (::Google::Cloud::Dialogflow::V2::Context) — Required. The context to create.
Returns
- (::Google::Cloud::Dialogflow::V2::Context) — Required. The context to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The session to create a context for.
Format:
projects/<Project ID>/agent/sessions/<Session ID>
orprojects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>
. IfEnvironment ID
is not specified, we assume default 'draft' environment. IfUser ID
is not specified, we assume default '-' user.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The session to create a context for.
Format:
projects/<Project ID>/agent/sessions/<Session ID>
orprojects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>
. IfEnvironment ID
is not specified, we assume default 'draft' environment. IfUser ID
is not specified, we assume default '-' user.
Returns
-
(::String) — Required. The session to create a context for.
Format:
projects/<Project ID>/agent/sessions/<Session ID>
orprojects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>
. IfEnvironment ID
is not specified, we assume default 'draft' environment. IfUser ID
is not specified, we assume default '-' user.