Interface ChatExecution.Builder

  • Method Details

    • executionId

      ChatExecution.Builder executionId(String executionId)

      The unique identifier for the execution

      Parameters:
      executionId - The unique identifier for the execution
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ChatExecution.Builder createdAt(Instant createdAt)

      Timestamp when the chat was created

      Parameters:
      createdAt - Timestamp when the chat was created
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ChatExecution.Builder updatedAt(Instant updatedAt)

      Timestamp when the chat was last updated

      Parameters:
      updatedAt - Timestamp when the chat was last updated
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • summary

      ChatExecution.Builder summary(String summary)

      Summary or title of the chat

      Parameters:
      summary - Summary or title of the chat
      Returns:
      Returns a reference to this object so that method calls can be chained together.