MessageCopyimport type { Message } from "https://googleapis.deno.dev/v1/ces:v1.ts";A message within a conversation. interface Message {chunks?: Chunk[];eventTime?: Date;role?: string;}§Properties§chunks?: Chunk[][src]Optional. Content of the message as a series of chunks. §eventTime?: Date[src]Optional. Timestamp when the message was sent or received. Should not be used if the message is part of an example. §role?: string[src]Optional. The role within the conversation, e.g., user, agent.