Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::WorkflowStartedInputs Struct Reference

inputs of a WorkflowStarted conversation stream event. More...

#include <types.hpp>

Public Attributes

int64_t chat_id
 ID of the owning conversation. More...
 
std::string chat_uid
 Conversation identifier. More...
 
std::string message_id
 Message ID of this round. More...
 
std::string query
 The question that was asked. More...
 

Detailed Description

inputs of a WorkflowStarted conversation stream event.

Member Data Documentation

◆ chat_id

int64_t longbridge::agent::WorkflowStartedInputs::chat_id

ID of the owning conversation.

◆ chat_uid

std::string longbridge::agent::WorkflowStartedInputs::chat_uid

Conversation identifier.

◆ message_id

std::string longbridge::agent::WorkflowStartedInputs::message_id

Message ID of this round.

◆ query

std::string longbridge::agent::WorkflowStartedInputs::query

The question that was asked.


The documentation for this struct was generated from the following file: