Class ClientManagedResourceContext (0.7.0)

ClientManagedResourceContext(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Context with client managed resources. Some clients may not use GDA managed resources including conversations and agents, instead they create and manage their own conversations and agents resources.

Attributes

Name Description
inline_context google.cloud.geminidataanalytics_v1alpha.types.Context
Required. Context for the chat request. Use this to chat without GDA API managed conversation and agent persistence by passing all context inline.
conversation_id str
Optional. The client managed conversation id.
agent_id str
Optional. The client managed agent id.